Hi, I’ve got a chainlit app running in docker, exposed on port 8000 and bound to ip 0.0.0.0
- it works fine on a running on a local docker, loading with http://localhost:8000. When I deploy to koyeb I get “Instance is healthy. All health checks are passing.” - ie. the app is running without any error logs, port 8000 is forwarding, however there’s no response on the url. Any ideas?
I redeployed this morning, it worked fine with no changes, but then crashed and I’ve redeplyed and back in the same situation as above - I did add a Procfile.txt with the following but thought I restarted. Any suggestions on how to troubleshoot this in future?
web: gunicorn --bind :$PORT app:app
Hi! Your service seems to be working now. I was able to reach the public URL.
On Free instances, Scale to zero is activated, so your service is sleeping after 60 minutes of inactivity.
Can you add more details if you are still facing an issue?
No it’s not responding immediately after loading for me (within the first 60 mins)
eg. I’ve just redeployed and can’t see it
hmm, I’m starting to think I’ve got a resolution/network issue - I can see it via a proxy - leave it with me!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.