🌛 First commit

This commit is contained in:
2025-12-29 17:55:42 -05:00
parent 87bad9b704
commit b4bce043d9
20 changed files with 852 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
borgmatic:
image: ghcr.io/borgmatic-collective/borgmatic:latest
container_name: borgmatic
restart: unless-stopped
privileged: true
environment:
- PUID=99
- PGID=100
- TZ=America/New_York
- BORG_PASSPHRASE=${BORG_PASSPHRASE}
volumes:
- /mnt/user/appdata/borgmatic/config:/etc/borgmatic.d
- /mnt/user/appdata/borgmatic/borg_keys:/root/.config/borg
- /mnt/user/appdata/borgmatic/state:/root/.local/state/borgmatic
- /mnt/user/appdata/borgmatic/ssh_keys:/root/.ssh
- /mnt/disks/borg_backup/cache:/root/.cache/borg
- /mnt/disks/borg_backup/repo:/mnt/borg-repository
- /mnt/user:/mnt/user:ro
- /boot:/boot:ro

1
stacks/backup/stack.env Normal file
View File

@@ -0,0 +1 @@
BORG_PASSPHRASE=Titu@1588