Lazywarden

Lazywarden is a Python automation tool designed to Backup and Restore data from your vault, including Bitwarden attachments.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  lazywarden:
    container_name: lazywarden_backup
    hostname: lazywarden_backup
    build: .
    env_file:
      - .env
    environment:
      UNLOCK_VAULT: "true"
    volumes:
      - /root/lazywarden/config:/config
      - /root/lazywarden/backup-drive:/root/lazywarden/backup-drive
    restart: unless-stopped

Resources

GitHub: https://github.com/querylab/lazywarden

Configuration: https://github.com/querylab/lazywarden#-docker-compose