presidio modulaire

This commit is contained in:
nBiqoz
2025-09-07 12:29:08 +02:00
parent 85d95d05e5
commit c62e5b92d5
42 changed files with 1802 additions and 324 deletions

View File

@@ -31,7 +31,7 @@ COPY . /app/
# Définir la variable d'environnement pour que Presidio trouve notre fichier de configuration
# Dit à Presidio : "Ton fichier de config est ici"
ENV PRESIDIO_ANALYZER_CONFIG_FILE=/app/conf/default.yaml
ENV PRESIDIO_ANALYZER_CONFIG_FILE=/app/conf/main.yaml
# Exposer le port que Gunicorn va utiliser
EXPOSE 5001