modified: main_dc/docker-compose.yml

set health check path
This commit is contained in:
2025-11-11 08:57:57 +05:00
parent 29fab22f83
commit 77a64fbfb7
+1 -1
View File
@@ -201,7 +201,7 @@ services:
- web-network
- app-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/"]
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"]
interval: 30s
timeout: 10s
retries: 3