Skip to content

Commit 1e85c54

Browse files
authored
Merge pull request #20 from KHARFIAdam/adam
adding environment for mlflow
2 parents ad63fc9 + 20efbef commit 1e85c54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ services:
4949
restart: unless-stopped
5050
ports:
5151
- "127.0.0.1:5000:5000"
52+
environment:
53+
- MLFLOW_SERVER_ALLOWED_HOSTS=mlflow.khar.fi,127.0.0.1,localhost
54+
- MLFLOW_SERVER_CORS_ALLOWED_ORIGINS=https://mlflow.khar.fi
5255
volumes:
5356
- ./mlruns:/mlruns
5457

0 commit comments

Comments
 (0)