chore: publish 2.2.0+v7.50 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2024-07-06 00:46:32 +02:00
parent 17b1b99c9f
commit 94cc1db80c
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
db:
image: mongo:5.0
image: mongo:6.0
environment:
- LOGO_IMG_URL
- LOGO_LINK_URL
@ -12,7 +12,7 @@ services:
networks:
- internal
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongo localhost:27017/test --quiet
test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
interval: 30s
timeout: 10s
retries: 10
@ -25,7 +25,7 @@ services:
backupbot.backup.path: "/data/db/wekan.db"
app:
image: quay.io/wekan/wekan:v7.30
image: quay.io/wekan/wekan:v7.50
environment:
- MONGO_URL=mongodb://db:27017/wekan
- NODE_OPTIONS="--max_old_space_size=4096"
@ -91,7 +91,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=2.1.1+v7.30"
- "coop-cloud.${STACK_NAME}.version=2.2.0+v7.50"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
volumes:

1
release/2.2.0+v7.50 Normal file
View File

@ -0,0 +1 @@
Update MongoDB from version 5.0 to 6.0, don't forget to make a backup before!