Update docker-compose.yml
This commit is contained in:
@@ -11,9 +11,7 @@ services:
|
||||
- "5001"
|
||||
environment:
|
||||
- PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr
|
||||
# Spécifier la commande directement pour éviter Poetry
|
||||
command: ["python", "-m", "presidio_analyzer"]
|
||||
working_dir: /usr/bin/presidio-analyzer
|
||||
# Supprimer la ligne command pour utiliser la commande par défaut
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5001/health"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user