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
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



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...
