-
I have answered the copier's questions and I have answered yes to the option of exposing the database on port 5432, but still, I cannot connect to the database through the domain. Is it necessary to enable something else? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
I have everything configured according to the documentation, however I cannot access the production database through port 5432 |
Beta Was this translation helpful? Give feedback.
-
This is the status of the HTTP Router with Traefik 3 And this is the status of the TCP Router with Traefik 3 Related case #477 |
Beta Was this translation helpful? Give feedback.
You were right, I can make it work with Traefik 3, but I had to make modifications to the service db tags in prod.yaml
For the main domain add:
traefik.tcp.routers.project-16-0-prod-database-0.tls: true
And replace:
By:
AND
For subdomains that redirect to the main domain add:
traefik.tcp.routers.project-16-0-prod-database-1.tls: true
And replace: