modified: main_dc/docker-compose.yml

change health check to cmd wget --spider
This commit is contained in:
2025-11-11 10:44:43 +05:00
parent 3fab5815ec
commit 5d1acac4fa
+1 -1
View File
@@ -66,7 +66,7 @@ services:
- web-network - web-network
- internal - internal
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"] test: ["CMD", "wget", "--spider", "http://localhost:3000/health"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3