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

11
compose.rsnapshot.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
rsnapshot:
container_name: rsnapshot
environment:
- TZ=Europe/Amsterdam
image: linuxserver/rsnapshot:1.4.5
restart: unless-stopped
volumes:
- /opt/rsnapshot:/config
- /media/jupiter/rsnapshot:/host/scratch
- /root/.ssh:/root/.ssh:ro