generated from coop-cloud/example
feat: restore labels
This commit is contained in:
parent
c13b12ebe4
commit
46a78cedae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user