Andrew Bekhiet
Missing services on the canvas when grouped
I have created a template that has a caddy proxy that depends on a server (using variable references) that depends on postgres database
When I tried deploying it, it created a group with caddy server then the web server appeared after a few seconds but I couldn't find the postgres service even though the web server can connect to it and I can see it when I go to delete the project and when I collapse the group
I tried removing the group and refreshing the page but I can't see the postgres service
6 replies
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?
7 replies