tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Introduce startup script for docker #518

Closed cgore1 closed 3 years ago

cgore1 commented 3 years ago

Fixed bug - tabpy models are not deployed when container is started

cgore1 commented 3 years ago

Just curious, is tabpy running on port 9004 all the time?

Yes, here we don't specify TABPY_PORT in server config file, so it always defaults to 9004.