This commit is contained in:
Philipp Rothmann 2022-03-16 11:52:55 +01:00
parent 3c88052a67
commit 9b49dad813
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ services:
backupbot.backup.path: "/tmp/backup/" backupbot.backup.path: "/tmp/backup/"
app: app:
image: quay.io/wekan/wekan:v6.12 image: yksflip/wekan:v6.12.1
environment: environment:
- MONGO_URL - MONGO_URL
- DOMAIN - DOMAIN
@ -82,7 +82,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v6.11" - "coop-cloud.${STACK_NAME}.version=0.4.0+v6.12"
volumes: volumes:
wekan-db: wekan-db: