Merge pull request 'add config for backup command' (#2) from p4u1/vaultwarden:enable-backup into main
continuous-integration/drone/push Build encountered an error Details

Reviewed-on: #2
This commit is contained in:
decentral1se 2023-11-06 23:11:14 +00:00
commit c59446cca2
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: