Proposal: Integrate Sablier Traefik Plugin with Dokploy #5094
shubashbiswas
started this conversation in
Ideas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context
I’d like to discuss the possibility of integrating the Sablier Traefik Plugin with Dokploy to enable automatic scaling of idle containers and improve resource efficiency for deployed applications.
Sablier can pause services when they are inactive and wake them when traffic arrives. Since Dokploy already uses Traefik for routing, the Traefik plugin looks like a natural fit.
Why this could be useful
Possible integration
A potential implementation could expose Sablier configuration through Dokploy, allowing users to configure options such as:
The Traefik middleware/plugin could then handle the request path while Sablier manages the container lifecycle.
Questions
I’d be interested in hearing whether this is something worth pursuing and, if so, discussing the best approach for implementing it.
All reactions