add config for backup command

This commit is contained in:
p4u1 2023-11-06 21:26:00 +01:00
parent 94a6b11bc8
commit 88210401bd
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.7.0+1.30.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"
volumes:
vaultwarden_data: