From a2b22024f6506154856d54cdf79228a8da9c27ec Mon Sep 17 00:00:00 2001 From: Nacim Date: Mon, 16 Jun 2025 03:43:30 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 427ffd7..ea72546 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,10 +8,10 @@ services: container_name: presidio-analyzer restart: unless-stopped ports: - - "5001" + - "3000" environment: - PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=fr - # SUPPRIMER toute ligne 'command' qui fait référence à gunicorn + - PYTHONPATH=/usr/bin/presidio-analyzer:/app healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/health"] interval: 30s @@ -23,7 +23,7 @@ services: container_name: presidio-anonymizer restart: unless-stopped ports: - - "5002" + - "3000" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/health"] interval: 30s