chore: publish 0.6.0+v6.28 release

This commit is contained in:
Philipp Rothmann 2022-06-22 13:54:25 +02:00
parent 9f89d5d475
commit 9224bb6238
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.20
image: quay.io/wekan/wekan:v6.28
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.5.0+v6.20"
- "coop-cloud.${STACK_NAME}.version=0.6.0+v6.28"
volumes:
wekan-db: