Rename docker-compose.*.yaml to compose*.yaml

This commit is contained in:
Bram Veenboer
2025-06-17 16:02:01 +02:00
parent ea4b32d2ce
commit 764ebb400a
30 changed files with 46 additions and 46 deletions

19
compose.borgmatic.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
borgmatic:
cap_add:
- sys_admin
container_name: borgmatic
environment:
- TZ=Europe/Amsterdam
image: b3vis/borgmatic:1.9.1
privileged: true
restart: unless-stopped
volumes:
- /media:/media
- /:/host
- /root/.ssh:/root/.ssh
- /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