chore: publish 0.5.3+3.5.1 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2024-03-28 12:26:03 +01:00
parent e85b902262
commit e794bc21fd
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export APP_ENTRYPOINT_VERSION=v2
export APP_ENTRYPOINT_VERSION=v3

View File

@ -45,7 +45,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.5.1+3.5.1"
- "coop-cloud.${STACK_NAME}.version=0.5.3+3.5.1"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s