bump to v6.11

This commit is contained in:
Philipp Rothmann 2022-03-07 14:31:35 +01:00
parent a6ce73bb5b
commit ccf2c7e223
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ services:
backupbot.backup.path: "/tmp/backup/"
app:
image: quay.io/wekan/wekan:v6.09
image: quay.io/wekan/wekan:v6.11
environment:
- MONGO_URL
- DOMAIN
@ -82,7 +82,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=0.2.0+v6.07"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v6.11"
volumes:
wekan-db: