chore: publish 1.0.1+latest release

This commit is contained in:
2024-11-14 14:13:04 +01:00
parent 80334f05f3
commit c76696f62a

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.0+latest"
- "coop-cloud.${STACK_NAME}.version=1.0.1+latest"
healthcheck:
test: "wget -nv -t1 --spider 'http://localhost:3001/' || exit 1"
test: "curl -L localhost:3001'"
interval: 30s
timeout: 10s
retries: 5