chore: publish 1.0.2+latest release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
knoflook 2024-11-14 14:18:24 +01:00
parent fbecd487bd
commit 83b4479bb6

View File

@ -40,9 +40,9 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.0.1+latest"
- "coop-cloud.${STACK_NAME}.version=1.0.2+latest"
healthcheck:
test: "curl -L localhost:3001'"
test: "curl -L localhost:3001"
interval: 30s
timeout: 10s
retries: 5