chore: publish 3.3.0+v7.91 release
This commit is contained in:
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export ENTRYPOINT_VERSION=v3
|
||||
export ENTRYPOINT_VERSION=v4
|
||||
|
||||
set_settings(){
|
||||
mongosh wekan --eval '
|
||||
|
||||
@ -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.91
|
||||
environment:
|
||||
- MONGO_URL=mongodb://db:27017/wekan
|
||||
- NODE_OPTIONS="--max_old_space_size=4096"
|
||||
@ -90,7 +90,7 @@ 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}.version=3.3.0+v7.91"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
|
||||
volumes:
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user