add timeout label

This commit is contained in:
Moritz 2023-04-18 13:02:53 +02:00
parent 7281edfd60
commit bcb911c6e0

View File

@ -51,6 +51,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=2.3.0+6.2.0" - "coop-cloud.${STACK_NAME}.version=2.3.0+6.2.0"
- "coop-cloud.${STACK_NAME}.version=3.1.0+2023.3.1"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html" - "backupbot.backup.path=/var/www/html"