I'm hoping someone can help we with the UI setup. ...
# ask-metaflow
c
I'm hoping someone can help we with the UI setup. I'm trying to run this.
Copy code
docker run -d  \
-e MF_METADATA_DB_HOST='host' \
-e MF_METADATA_DB_PORT=5432 \
-e MF_METADATA_DB_USER='master' \
-e MF_METADATA_DB_PSWD='password' \
-e MF_METADATA_DB_NAME='metaflow' \
-p 8083:8083 \
netflixoss/metaflow_metadata_service \
/opt/latest/bin/python3 -m services.ui_backend_service.ui_server; \

docker run -d  -p 3000:3000 -e METAFLOW_SERVICE=<http://localhost:8083/api> metaflow-ui:latest
But I get the following attached result. I've checked the DB connection and it appears good. I've tried a bunch of different ports and variations of the METAFLOW_SERVICE=url. with and without /api
1