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:Jump to 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
4 Replies
Project ID:
152941be-0212-4cbc-8977-c7d8fa719760
Project ID: 152941be-0212-4cbc-8977-c7d8fa719760
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
Ok thank you