add docker compose files

This commit is contained in:
2024-11-14 14:10:22 +01:00
commit 749e9898e2
34 changed files with 717 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
borgmatic:
container_name: borgmatic
environment:
- TZ=Europe/Amsterdam
- BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=yes
image: b3vis/borgmatic:v1.1.10-1.4.21
privileged: true
restart: unless-stopped
volumes:
- /opt/borgmatic/config/crontab.txt:/etc/borgmatic.d/crontab.txt
- /opt/borgmatic/config:/config
- /opt/borgmatic/keys:/keys
- /opt/borgmatic/cache:/cache
- /opt/borgmatic/log:/log
- /root/.ssh:/root/.ssh
- /mnt/yotta/xenon/borg:/repo
- /mnt/yotta/xenon/manual:/manual
- /:/shuttle
- /dev/fuse:/dev/fuse