modified: main_dc/docker-compose.yml

hardcode the port into test path request
This commit is contained in:
2025-11-12 14:40:38 +05:00
parent 074482279a
commit 092ba74691
+3 -3
View File
@@ -247,9 +247,9 @@ services:
- app-network
- web-network
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"]
interval: 10s
timeout: 5s
test: ["CMD", "wget", "--spider", "http://localhost:8088/health"]
interval: 30s
timeout: 10s
retries: 3
volumes: