Split docker-compose.yml into one file per service

This commit is contained in:
Bram Veenboer
2024-11-28 19:34:24 +01:00
parent 5f65c8db9d
commit 0bbca6efc1
30 changed files with 492 additions and 443 deletions

View File

@@ -0,0 +1,13 @@
services:
rsnapshot:
container_name: rsnapshot
image: linuxserver/rsnapshot:1.4.5
restart: unless-stopped
volumes:
- /opt/rsnapshot/etc:/etc/rsnapshot
- /opt/rsnapshot/var/log:/var/log
- /opt/rsnapshot/var/run:/var/run
- /opt/rsnapshot/var/spool:/var/spool
- /opt/rsnapshot/usr:/host/usr
- /media/jupiter/rsnapshot:/host/scratch
- /root/.ssh:/root/.ssh