feat: restore labels

This commit is contained in:
decentral1se 2023-09-20 09:51:58 +02:00
parent c13b12ebe4
commit 46a78cedae
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -19,12 +19,18 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.20.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/etc/nginx/"
- "backupbot.backup.pre-hook=echo 'foo'"
- "backupbot.backup.post-hook=echo 'bar'"
- "backupbot.restore=true"
- "backupbot.restore.pre-hook=echo 'baz'"
- "backupbot.restore.post-hook=echo 'bing'"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s