chore: publish 1.0.0+latest release

This commit is contained in:
2024-11-14 13:42:48 +01:00
parent 616b87296d
commit 80334f05f3
3 changed files with 51 additions and 1 deletions

View File

@ -40,7 +40,7 @@ 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=0.6.0+latest"
- "coop-cloud.${STACK_NAME}.version=1.0.0+latest"
healthcheck:
test: "wget -nv -t1 --spider 'http://localhost:3001/' || exit 1"
interval: 30s