Update docker-compose.yml

This commit is contained in:
Nacim
2025-06-16 04:42:49 +02:00
committed by GitHub
parent 21c182d69a
commit 8102979169

View File

@@ -10,7 +10,7 @@ services:
environment: environment:
- PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr - PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"] test: ["CMD", "curl", "-f", "http://localhost:5001/health"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
@@ -22,7 +22,7 @@ services:
ports: ports:
- "5002" - "5002"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"] test: ["CMD", "curl", "-f", "http://localhost:5002/health"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3