Deploy docker flask app failing
zenville
TRIALOP

2 years ago

the deployment seems to work, and the app is running (Checked from logs) "Application listening on port $PORT")

but whenever i try to reach it i get a timeout, the docker image is expecting a $PORT env and the project env has a PORT variable .

I also use 0.0.0.0 ip as default , im using waitress-serve for thw wsgi python http server

Any ideias why this happens?

Solved

2 Replies

2 years ago

What do your logs look like?


zenville
TRIALOP

2 years ago

nevermind , i got the issue here, a blueprint on flask was not working


Status changed to Solved Railway almost 2 years ago


Loading...