mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
Fix compose for connect s3 artifacts & mlflow UI
This commit is contained in:
committed by
GitHub
parent
9300e34d1a
commit
d6207174f0
@@ -47,7 +47,7 @@ services:
|
||||
networks:
|
||||
- public
|
||||
- internal
|
||||
entrypoint: bash ./wait-for-it.sh db:3306 -t 90 -- mlflow server --backend-store-uri mysql+pymysql://${MYSQL_USER}:${MYSQL_PASSWORD}@db:3306/${MYSQL_DATABASE} --default-artifact-root s3://${AWS_BUCKET_NAME}/ -h 0.0.0.0
|
||||
entrypoint: bash ./wait-for-it.sh db:3306 -t 90 -- mlflow server --backend-store-uri mysql+pymysql://${MYSQL_USER}:${MYSQL_PASSWORD}@db:3306/${MYSQL_DATABASE} --default-artifact-root s3://${AWS_BUCKET_NAME}/ --artifacts-destination s3://${AWS_BUCKET_NAME}/ -h 0.0.0.0
|
||||
create_s3_buckets:
|
||||
image: minio/mc
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user