diff --git a/compose.yaml b/compose.yaml index 4bbb302..9ca013d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -53,7 +53,7 @@ services: postgres: condition: service_healthy healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:8080/health || exit 1"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1"] interval: 30s timeout: 10s retries: 3