Update compose.yml

This commit is contained in:
2026-03-14 11:58:49 -04:00
parent b1c6a36476
commit 79a77e8ab3

View File

@@ -11,9 +11,9 @@ services:
volumes:
- ./data:/data
- ./config:/config
- ${BACKUP_STACKS_FOLDER}:${BACKUP_STACKS_FOLDER}:ro # Backup source
- ${BACKUP_HOME_FOLDER}:${BACKUP_HOME_FOLDER}:RO # Backup Source
- ${BACKUP_FOLDER}:${BACKUP_FOLDER} # Backup destination
- ${BACKUP_STACKS_DIR}:${BACKUP_STACKS_DIR}:ro # Backup source
- ${BACKUP_HOME_DIR}:${BACKUP_HOME_DIR}:ro # Backup Source
- ${BACKUP_DIR}:${BACKUP_DIR} # Backup destination
- ./cache:/cache
environment:
- BACKREST_DATA=/data
@@ -28,7 +28,6 @@ services:
labels:
# Edit to define the url of this service
- ${HOST_LABEL}
- 'traefik.http.routers.backrest.rule=Host(`backrest.jasper.kelinreij.duckdns.org`)'
# Comment/Uncomment to disable/enable Authelia middleware
- 'traefik.http.routers.backrest.middlewares=authelia@docker'
# Comment/Uncomment to disable/enable Traefik routing