You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The approach described using dockhero to deploy leads to a separate dockhero url for the streamlit and fastapi apps, which maybe accessed at the respective ports: 8501 and 8000.
I have three questions:
Is there any way to access the streamlit side of the app using the Heroku url? I may be missing something here, but I have only been able to access it from dockhero.
I would like the fastapi side of the app to only be exposed to the streamlit side of the app. Is there a way to implement this?
More broadly, have you discovered a way to deploy the two docker images to the Heroku docker container, while allowing the streamlit to access the get or post outputs internally without exposing the fastapi app to the external web?
The text was updated successfully, but these errors were encountered:
The approach described using dockhero to deploy leads to a separate dockhero url for the streamlit and fastapi apps, which maybe accessed at the respective ports: 8501 and 8000.
I have three questions:
The text was updated successfully, but these errors were encountered: