From 48b025f2b8286c5d7de6444cae4fb35b27d34ff0 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 1 Oct 2024 20:00:27 -0300 Subject: [PATCH] feat: backup htpasswd file --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 90d5667..5f152b3 100644 --- a/compose.yml +++ b/compose.yml @@ -27,6 +27,8 @@ services: #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "coop-cloud.${STACK_NAME}.version=" + - "backupbot.backup=true" + - "backupbot.backup.path=${PASSWORD_FILE}" # https://github.com/restic/rest-server/issues/147 # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:8000"]