diff --git a/compose.yml b/compose.yml index 831f55b..da8ea38 100644 --- a/compose.yml +++ b/compose.yml @@ -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