3 Commits

Author SHA1 Message Date
b1609c5ef4 Merge pull request 'chore: publish 2.1.0+v7.30 release' (#1) from simon/wekan:main into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1
2024-01-31 12:50:53 +00:00
98d595d287 chore: publish 2.1.0+v7.30 release 2024-01-30 14:59:18 +01:00
85c09e0fab chore: publish 2.0.0+v7.10 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-25 18:00:05 +02:00

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.30
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.1.0+v7.30"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
volumes: