From 07e57c50229417276ebef84c3e275f06f16434d6 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 18 Oct 2022 17:28:22 -0400 Subject: [PATCH] Add backupbot config --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 5b0ea75..8da7610 100644 --- a/compose.yml +++ b/compose.yml @@ -32,6 +32,8 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.domains[0].main=${DOMAIN}" - "traefik.http.routers.${STACK_NAME}.tls.domains[0].sans=*.${DOMAIN}" - "traefik.http.routers.${STACK_NAME}.priority=1" + - "backupbot.backup=true" + - "backupbot.backup.path=/home/node/.wiki" - "coop-cloud.${STACK_NAME}.version=0.1.0+1.0.13" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"]