chore: publish 0.11.0+v6.67 release

This commit is contained in:
Philipp Rothmann 2023-01-06 10:49:38 +01:00
parent beac62e1c9
commit 7782fd4d56
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.60
image: quay.io/wekan/wekan:v6.67
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.10.0+v6.60"
- "coop-cloud.${STACK_NAME}.version=0.11.0+v6.67"
volumes:
wekan-db: