Connecting to custom postgres instance

Hello! I have just set up a postgres service with custom dockerfile because I'm starting a new project and I want to use the latest postgres version (15) However when I create a public domain I can't connect to the instance using dbeaver on port 5432 I get a connection timed out error So I can connect to the database from another service but can't connect from my computer What am I missing here?
Solution:
railway does not support tcp proxying yet, if the service doesn't run on http you will not be able to connect to it from the public domain, tcp proxying is in the works
Jump to solution
4 Replies
Percy
Percy10mo ago
Project ID: 152941be-0212-4cbc-8977-c7d8fa719760
Andrew Bekhiet
Andrew Bekhiet10mo ago
Project ID: 152941be-0212-4cbc-8977-c7d8fa719760
Solution
Brody
Brody10mo ago
railway does not support tcp proxying yet, if the service doesn't run on http you will not be able to connect to it from the public domain, tcp proxying is in the works
Andrew Bekhiet
Andrew Bekhiet10mo ago
Ok thank you