I can't connect to the database as an internal host.
I'm trying to deploy from dokploy, but for some reason I can't connect to the database.
As shown in the screenshot, I can't connect to Internal Host even though the container is on the same network, can you tell me why?
If I set the External Port and connect as external, it builds fine, but I want to connect as internal host.
dokploy version: 0.10.10





2 Replies
GitHub
Connecting Next.js with server actions to database with Internal Co...
To Reproduce After I created the Next application and deployed it to Dokploy and connected to the Dokploy database (PostgreSQL), communication works if I connect via an external connection string, ...
I guess I'll just have to simply make the VPC port only allow certain IPs... Thanks for the answer...