add docker compose files
This commit is contained in:
20
docker-compose.borgmatic.yml
Normal file
20
docker-compose.borgmatic.yml
Normal 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
|
||||
Reference in New Issue
Block a user