fix: backup-bot-two envvar
This commit is contained in:
parent
39f4b0cfa2
commit
62700fee91
@ -1,4 +1,5 @@
|
||||
TYPE=rest-server
|
||||
ENABLE_BACKUPS=true
|
||||
|
||||
DOMAIN=rest-server.example.com
|
||||
|
||||
|
@ -27,7 +27,7 @@ services:
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.13.0-1"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "backupbot.backup.path=${PASSWORD_FILE}"
|
||||
# https://github.com/restic/rest-server/issues/147
|
||||
# healthcheck:
|
||||
|
Loading…
x
Reference in New Issue
Block a user