MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.79k stars 321 forks source link

WEB_PORT seems hardcoded #2239

Open kudkudak opened 2 years ago

kudkudak commented 2 years ago

Problem

It seems to me that passing --web-port to ./docker/run.sh doesn't have any effect. Instead, using port 3000 is hardcoded in web/setupProxy.js.

Solution

Use WEB_PORT env variable in web/setupProxy.js.

boring-cyborg[bot] commented 2 years ago

Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!