Streamlit, FastAPI Deployment Issue

Hi there,
I have run into a similar issue but may be a little ahead of you. I have posted something similar at:
deploying-nginx-in-docker-with-streamlit-and-fastapi

A few tips:

  • It would help to post a link to your public project.
  • you will need to implement a reverse proxy like nginx to expose multiple services through docker. This is exactly what I am trying to do
  • instead of running the applications through a single CMD; try to use an ENDPOINT script. My project provides an example.

Good luck!