Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to attach the dockhero url to the heroku app url #30

Open
hiruyhadgu opened this issue Jan 10, 2023 · 0 comments
Open

How to attach the dockhero url to the heroku app url #30

hiruyhadgu opened this issue Jan 10, 2023 · 0 comments

Comments

@hiruyhadgu
Copy link

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:

  1. 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.
  2. 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?
  3. 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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant