Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow arbitrary port mappings for the Traefik container #913

Open
kklemon opened this issue Dec 16, 2024 · 0 comments
Open

Allow arbitrary port mappings for the Traefik container #913

kklemon opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kklemon
Copy link

kklemon commented Dec 16, 2024

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

@kklemon kklemon added the enhancement New feature or request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant