chore: publish 0.1.1+v5.98 release

This commit is contained in:
Philipp Rothmann 2022-02-04 13:43:45 +01:00
parent 778423d30f
commit 5ce2801951
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.99
image: quay.io/wekan/wekan:v5.98
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.0+v5.99"
- "coop-cloud.${STACK_NAME}.version=0.1.1+v5.98"
volumes:
wekan-db: