Fix MLflow localhost references to use Docker service name
Replace hardcoded localhost:5000 with mlflow:5000 in pipeline.yaml and main.py health check fallback so containers can reach MLflow over Docker's internal network. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f3425557ce
commit
187243bfdb
2 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ stages:
|
|||
|
||||
# MLflow settings
|
||||
mlflow:
|
||||
tracking_uri: "http://localhost:5000"
|
||||
tracking_uri: "http://mlflow:5000"
|
||||
experiment_name: "candlestick_patterns"
|
||||
log_artifacts: true
|
||||
register_model: false # Set to true to register in model registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue