generated from kelin/Compose-Template
Update compose.yml
This commit is contained in:
@@ -11,9 +11,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- ${BACKUP_STACKS_FOLDER}:${BACKUP_STACKS_FOLDER}:ro # Backup source
|
- ${BACKUP_STACKS_DIR}:${BACKUP_STACKS_DIR}:ro # Backup source
|
||||||
- ${BACKUP_HOME_FOLDER}:${BACKUP_HOME_FOLDER}:RO # Backup Source
|
- ${BACKUP_HOME_DIR}:${BACKUP_HOME_DIR}:ro # Backup Source
|
||||||
- ${BACKUP_FOLDER}:${BACKUP_FOLDER} # Backup destination
|
- ${BACKUP_DIR}:${BACKUP_DIR} # Backup destination
|
||||||
- ./cache:/cache
|
- ./cache:/cache
|
||||||
environment:
|
environment:
|
||||||
- BACKREST_DATA=/data
|
- BACKREST_DATA=/data
|
||||||
@@ -28,7 +28,6 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
# Edit to define the url of this service
|
# Edit to define the url of this service
|
||||||
- ${HOST_LABEL}
|
- ${HOST_LABEL}
|
||||||
- 'traefik.http.routers.backrest.rule=Host(`backrest.jasper.kelinreij.duckdns.org`)'
|
|
||||||
# Comment/Uncomment to disable/enable Authelia middleware
|
# Comment/Uncomment to disable/enable Authelia middleware
|
||||||
- 'traefik.http.routers.backrest.middlewares=authelia@docker'
|
- 'traefik.http.routers.backrest.middlewares=authelia@docker'
|
||||||
# Comment/Uncomment to disable/enable Traefik routing
|
# Comment/Uncomment to disable/enable Traefik routing
|
||||||
|
|||||||
Reference in New Issue
Block a user