chore: publish 0.2.0+v6.05 release

This commit is contained in:
Philipp Rothmann 2022-02-08 09:38:57 +01:00
parent 5ce2801951
commit d71099a9dc
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:v5.98
image: quay.io/wekan/wekan:v6.05
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}.version=0.1.1+v5.98"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v6.05"
volumes:
wekan-db: