bump wekan to v5.99

This commit is contained in:
Philipp Rothmann 2022-02-04 13:35:46 +01:00
parent 5d573648ff
commit 8f5eeacb9b
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ services:
backupbot.backup.path: "/tmp/backup/"
app:
image: quay.io/wekan/wekan:v5.97
image: quay.io/wekan/wekan:v5.99
environment:
- MONGO_URL
- DOMAIN
@ -77,7 +77,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}.app.version=1.0.0+v5.97"
- "coop-cloud.${STACK_NAME}.app.version=1.0.0+v5.99"
volumes:
wekan-db:
@ -99,4 +99,4 @@ configs:
secrets:
oauth2_secret:
name: ${STACK_NAME}_oauth2_secret_${SECRET_OAUTH2_SECRET_VERSION}
external: true
external: true