DokployD
Dokploy14mo ago
9 replies
thoschill

TCP Domain missing

I want to connect to the supabase postgres database, but when I try to connect the it refuses.
I think the problem is that you cannot create a tcp domain rule in the UI, like described here: https://community.traefik.io/t/access-postgresql-instance-with-subdomain-using-traefik/15367/2
@Siumauricio
image.png
image.png
image.png
Traefik Labs Community Forum
Hello @aristos Here is an example docker-compose that will setup Postgres, pgadmin and Traefik. The Postgres container listens by the default on port 5432, I'm also setting up a TCP entrypoint and router in Traefik on the same port. #Traefik static configuration /sandbox/configs/static/proxy-v2.yml api: dashboard: true debug: true entryP...
Access Postgresql instance with subdomain using traefik
Was this page helpful?