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
|
||||
- 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:
|
||||
|
||||
Reference in New Issue
Block a user