rename docker-compose to compose

This commit is contained in:
2025-12-06 13:03:06 +01:00
parent d59ed1c749
commit 7c70cc7760
13 changed files with 23 additions and 23 deletions

16
compose.borgmatic.yaml Normal file
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