rename compose extension

This commit is contained in:
2024-12-22 17:04:54 +01:00
parent f04965dcbf
commit bc45e0df27
13 changed files with 24 additions and 24 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