fix(ml): applique les corrections de la review MLflow (securite, documentation, robustesse)

This commit is contained in:
Valentin
2026-09-22 10:41:02 +02:00
parent a013dfa87f
commit 8760ebc701
6 changed files with 66 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
services:
mlflow-db:
image: postgres:16
image: postgres:17
environment:
POSTGRES_USER: mlflow
POSTGRES_PASSWORD: ${MLFLOW_DB_PASSWORD:?definir MLFLOW_DB_PASSWORD dans ml/.env}
@@ -18,7 +18,7 @@ services:
mlflow-db:
condition: service_healthy
ports:
- "5000:5000"
- "127.0.0.1:5000:5000"
volumes:
- mlflow-artifacts:/mlartifacts
command: >