chore: publish 0.9.0+v6.34 release

This commit is contained in:
Philipp Rothmann 2022-08-08 11:15:10 +02:00
parent 79a695c90a
commit 75bfa3f489
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.31
image: quay.io/wekan/wekan:v6.34
environment:
- MONGO_URL=mongodb://db:27017/wekan
- DOMAIN
@ -83,7 +83,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.8.0+v6.31"
- "coop-cloud.${STACK_NAME}.version=0.9.0+v6.34"
volumes:
wekan-db: