We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37bd68 commit 4e425e6Copy full SHA for 4e425e6
docker-compose.yaml
@@ -36,7 +36,7 @@ services:
36
python:
37
condition: service_healthy
38
healthcheck:
39
- test: ["CMD", "curl", "-f", "http://localhost:3002/health"]
+ test: ["CMD-SHELL", "wget -q --spider http://localhost:3002/health || exit 1"]
40
interval: 10s
41
timeout: 5s
42
retries: 5
0 commit comments