fix: backup-bot-two envvar

This commit is contained in:
f 2024-10-27 14:22:33 -03:00
parent 39f4b0cfa2
commit 62700fee91
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
TYPE=rest-server
ENABLE_BACKUPS=true
DOMAIN=rest-server.example.com

View File

@ -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: