chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# PostgreSQL
|
||||
POSTGRES_USER=mlflow
|
||||
POSTGRES_PASSWORD=mlflow
|
||||
POSTGRES_DB=mlflow
|
||||
PGPORT=5432
|
||||
|
||||
# S3 Credentials
|
||||
AWS_ACCESS_KEY_ID=s3admin
|
||||
AWS_SECRET_ACCESS_KEY=s3admin
|
||||
AWS_DEFAULT_REGION=us-east-1
|
||||
|
||||
# RustFS
|
||||
RUSTFS_CONSOLE_ENABLE=true
|
||||
S3_BUCKET=mlflow
|
||||
|
||||
# MLflow
|
||||
MLFLOW_VERSION=latest
|
||||
MLFLOW_HOST=0.0.0.0
|
||||
MLFLOW_PORT=5000
|
||||
|
||||
MLFLOW_BACKEND_STORE_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:${PGPORT}/${POSTGRES_DB}
|
||||
MLFLOW_ARTIFACTS_DESTINATION=s3://${S3_BUCKET}
|
||||
MLFLOW_S3_ENDPOINT_URL=http://storage:9000
|
||||
Reference in New Issue
Block a user