Update docker-compose.yml
This commit is contained in:
@@ -11,12 +11,9 @@ services:
|
|||||||
- "5001"
|
- "5001"
|
||||||
environment:
|
environment:
|
||||||
- PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr
|
- PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr
|
||||||
# Ne pas spécifier de command - utiliser celle par défaut
|
- GUNICORN_CMD_ARGS="--log-level debug --error-logfile - --access-logfile -"
|
||||||
healthcheck:
|
command: ["gunicorn", "--bind", "0.0.0.0:3000", "--workers", "1", "--log-level", "debug", "--error-logfile", "-", "presidio_analyzer.app:app"]
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:5001/health"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
|
|
||||||
presidio-anonymizer:
|
presidio-anonymizer:
|
||||||
image: mcr.microsoft.com/presidio-anonymizer:latest
|
image: mcr.microsoft.com/presidio-anonymizer:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user