1 Commits

Author SHA1 Message Date
b8609fd2aa disable default TIMEOUT, see toolshed/abra#596 (comment)
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-11-26 18:01:18 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
TYPE=wekan
TIMEOUT=300
#TIMEOUT=
ENABLE_AUTO_UPDATE=true
ENABLE_BACKUPS=true
LETS_ENCRYPT_ENV=production

View File

@ -91,7 +91,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.4.0+v7.97"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
volumes:
wekan-db: