modified: main_dc/docker-compose.yml
hardcode the port into test path request
This commit is contained in:
@@ -247,9 +247,9 @@ services:
|
|||||||
- app-network
|
- app-network
|
||||||
- web-network
|
- web-network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"]
|
test: ["CMD", "wget", "--spider", "http://localhost:8088/health"]
|
||||||
interval: 10s
|
interval: 30s
|
||||||
timeout: 5s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user