chore: publish 1.3.0+2024.10.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2024-12-14 01:09:00 +01:00
parent d6662fd38e
commit 554f1687d6

View File

@ -25,7 +25,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "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=1.2.0+2024.10.0" - "coop-cloud.${STACK_NAME}.version=1.3.0+2024.10.0"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/healthcheck"] test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
interval: 30s interval: 30s