chore: publish 2.0.0+v7.10 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-10-25 18:00:05 +02:00
parent 53a08095f2
commit 85c09e0fab
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ services:
backupbot.backup.path: "/data/db/wekan.db"
app:
image: quay.io/wekan/wekan:v6.99
image: quay.io/wekan/wekan:v7.10
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=1.0.0+v6.99"
- "coop-cloud.${STACK_NAME}.version=2.0.0+v7.10"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
volumes: