Hey there!
We've recently started using Railway to deploy some internal tools for the team. I've been trying to deploy Appsmith for quite some time now since there is no template (yet?) from a github repo where I basically just copied the dockerfile that Appsmith provides for Heroku. The building worked, but the deployment always fails with "Error: listen EADDRINUSE: address already in use" followed by the Port. It then tries again with a new port no +1. I even tried setting the port to a set number through the variables. Also, Railway returns "Looks like your app is listening on 127.0.0.1. You may need to listen on 0.0.0.0 instead.". The app itself is accessible through the domain assigned automatically, but returns a 503 error. The MongoDB database I created and connected with the service is empty as well, but maybe it only gets populated later on?
I'd really appreciate any help! 🙂