How to tell FastAPI which host and port to bind to
I am trying to deploy my FastAPI backend on Fly.io, but am running into issues because my app is not listening on the ‘expected address’ which causes slowdowns from Fly.io. Here are their listening port docs.
How to tell FastAPI which host and port to bind to
I am trying to deploy my FastAPI backend on Fly.io, but am running into issues because my app is not listening on the ‘expected address’ which causes slowdowns from Fly.io. Here are their listening port docs.