chore: publish 2.2.0+v7.50 release
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mongo:5.0
|
image: mongo:6.0
|
||||||
environment:
|
environment:
|
||||||
- LOGO_IMG_URL
|
- LOGO_IMG_URL
|
||||||
- LOGO_LINK_URL
|
- LOGO_LINK_URL
|
||||||
@ -12,7 +12,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
healthcheck:
|
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
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
@ -25,7 +25,7 @@ services:
|
|||||||
backupbot.backup.path: "/data/db/wekan.db"
|
backupbot.backup.path: "/data/db/wekan.db"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: quay.io/wekan/wekan:v7.30
|
image: quay.io/wekan/wekan:v7.50
|
||||||
environment:
|
environment:
|
||||||
- MONGO_URL=mongodb://db:27017/wekan
|
- MONGO_URL=mongodb://db:27017/wekan
|
||||||
- NODE_OPTIONS="--max_old_space_size=4096"
|
- 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}.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "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}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
1
release/2.2.0+v7.50
Normal file
1
release/2.2.0+v7.50
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update MongoDB from version 5.0 to 6.0, don't forget to make a backup before!
|
Reference in New Issue
Block a user