Update docker-compose.yml
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5001/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
ports:
|
||||
- "5002"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5002/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user