Compare commits
1 Commits
3.4.0+v7.9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b8609fd2aa |
@ -1,5 +1,5 @@
|
||||
TYPE=wekan
|
||||
TIMEOUT=300
|
||||
#TIMEOUT=
|
||||
ENABLE_AUTO_UPDATE=true
|
||||
ENABLE_BACKUPS=true
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user