3 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
a6ea4f0b41 chore: publish 3.4.0+v7.97 release
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-10-10 12:31:46 +02:00
4729fb7824 chore: publish 3.3.0+v7.91 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-06-10 14:50:29 +02:00
4 changed files with 8 additions and 8 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

@ -1,4 +1,4 @@
export ENTRYPOINT_VERSION=v3
export ENTRYPOINT_VERSION=v4
set_settings(){
mongosh wekan --eval '

View File

@ -24,7 +24,7 @@ services:
backupbot.restore.post-hook: 'mongorestore --drop --archive=/data/db/wekan.db'
app:
image: quay.io/wekan/wekan:v7.80
image: quay.io/wekan/wekan:v7.97
environment:
- MONGO_URL=mongodb://db:27017/wekan
- NODE_OPTIONS="--max_old_space_size=4096"
@ -90,8 +90,8 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.2.0+v7.80"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=3.4.0+v7.97"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
volumes:
wekan-db:

View File

@ -26,7 +26,7 @@ file_env() {
file_env "OAUTH2_SECRET"
# https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132
#bash -c "ulimit -s 65500; exec node --stack-size=65500 /wekan/main.js"
#bash -c "ulimit -s 65500; exec node --stack-size=65500 /build/main.js"
# https://github.com/wekan/wekan/pull/5588
#bash -c "ulimit -n 65500; exec node /wekan/main.js"
bash -c "exec node /wekan/main.js"
#bash -c "ulimit -n 65500; exec node /build/main.js"
bash -c "exec node /build/main.js"