diff --git a/docker-compose.yml b/docker-compose.yml index df3a86f..c26f3f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -269,7 +269,7 @@ services: - "traefik.http.middlewares.api-ratelimit.ratelimit.burst=50" - "traefik.http.routers.core-api.middlewares=api-ratelimit" healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:3000/health || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://localhost:3000/health || exit 1"] interval: 15s timeout: 5s retries: 3 @@ -296,7 +296,7 @@ services: - "traefik.http.routers.frontend.priority=1" - "traefik.http.services.frontend.loadbalancer.server.port=8080" healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:8080/ || exit 1"] + test: ["CMD-SHELL", "wget -qO- http://localhost:8080/ || exit 1"] interval: 30s timeout: 5s retries: 3