split compose file

This commit is contained in:
2024-12-19 14:17:44 +01:00
parent 04db420f71
commit ed2234a9b6
21 changed files with 258 additions and 278 deletions

View File

@@ -0,0 +1,16 @@
services:
borgmatic:
container_name: borgmatic
environment:
- TZ=Europe/Amsterdam
image: b3vis/borgmatic:v1.1.10-1.4.21
restart: unless-stopped
volumes:
- /:/sepia:ro
- /media:/media
- /root/.ssh:/root/.ssh:ro
- /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