machine-learning-exchange / mlx

Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine
https://ml-exchange.org/
Apache License 2.0
204 stars 54 forks source link

API Development with Docker Compose Shows Wrong UI Port #274

Closed JAulet closed 2 years ago

JAulet commented 2 years ago

Describe the bug

When following the api README for development and bringing up Docker Compose, it gives this message at the end:

no_api-mlx-ui-1      | [HPM] Proxy created: /  ->  http://mlx-api
no_api-mlx-ui-1      | Server listening at http://localhost:3000

This implies that you should go to http://localhost:3000 in your browser to view the UI when in reality, you must go to http://localhost:80

FYI @ckadner

ckadner commented 2 years ago

Good catch Joshua. Would you mind working on a fix?

We could either change the mlx-ui port mapping in the docker-compose.yaml or remove the catalog dependency from the dashboard service