I have a simple FastAPI backend that I’m deploying through a Docker container and it worked fine for a while but the deploys have randomly started failing. I haven’t changed anything major and the logs are showing that the container was pushed successfully, yet the deploy is failed. Was wondering if anyone had experience with this?
Hi there,
Thanks for reaching out.
You’ve not really shared a lot to go on, the only suggestion at this stage would be to ensure you’re configured to host 0.0.0.0
and port 10000
to rule out any binding issues.
If you still require assistance, please could you share some specific details of the issue you are experiencing that may help us troubleshoot it with you, e.g. any logs/errors/output, specific URLs, service name/ID, reproduction steps, etc. If you don’t want to share these details on the community forum, please feel free to raise a ticket from the “Contact Support” link at the bottom of the Dashboard.
Thanks
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.