You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose you want to manage different non-web services such as databases via Traefik. E.g., in my case, I have multiple Postgres instances that I would like to make accessible under different subdomains. Traefik supports this via HostSNI routing rules and intercepting the STARTTLS communication. However, this would require the Traefik container to publish the corresponding port (5432 in my case) which is not configurable in Dokploy at the moment.
Describe the solution you'd like
Provide an option to configure the published ports for the Traefik service.
Describe alternatives you've considered
Using a custom port for each database instance, but it's not very elegant and sucks.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered:
What problem will this feature address?
Suppose you want to manage different non-web services such as databases via Traefik. E.g., in my case, I have multiple Postgres instances that I would like to make accessible under different subdomains. Traefik supports this via
HostSNI
routing rules and intercepting theSTARTTLS
communication. However, this would require the Traefik container to publish the corresponding port (5432
in my case) which is not configurable in Dokploy at the moment.Describe the solution you'd like
Provide an option to configure the published ports for the Traefik service.
Describe alternatives you've considered
Using a custom port for each database instance, but it's not very elegant and sucks.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: