Update docker-compose.yml

This commit is contained in:
Nacim
2025-06-16 03:53:31 +02:00
committed by GitHub
parent e9d6bd6f60
commit 9cfa109064

View File

@@ -11,10 +11,6 @@ services:
- "3000" - "3000"
environment: environment:
- PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr - PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr
- PYTHONPATH=/usr/bin/presidio-analyzer:/app
- PYTHONUNBUFFERED=1
- LOG_LEVEL=DEBUG
# SUPPRIMER la ligne 'command' - utiliser la commande par défaut
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"] test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
interval: 30s interval: 30s