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
Currently, Dokploy seems limited to deploying and managing its own PostgreSQL and Redis instances. For users who already rely on externally managed database clusters (e.g., PostgreSQL and Redis) provided by their cloud providers—complete with built-in high availability, backups, and ongoing maintenance—it’s challenging to integrate these resources with Dokploy. As a result, they cannot leverage their existing fault-tolerant infrastructure and must settle for local instances that may not meet their redundancy and reliability needs.
Describe the solution you'd like
I would like Dokploy to support configuring and connecting to externally managed PostgreSQL and Redis clusters. This means providing a straightforward configuration method (e.g., environment variables, configuration files, or UI fields) where users can specify connection details (host, port, credentials, SSL settings) for their existing database and cache clusters. Dokploy should then seamlessly interact with these external services as if they were its own managed resources.
Describe alternatives you've considered
Local Deployments:
Running PostgreSQL and Redis locally within the Dokploy environment, but this compromises high availability and ease of maintenance.
Custom Integration Scripts:
Writing custom scripts or proxy services outside of Dokploy to route traffic to the external databases. However, this increases complexity and reduces the benefits of a single integrated solution.
Forking/Modifying Dokploy Code:
Making code changes to Dokploy to hardcode external connections, but this is not sustainable for future updates or for non-technical users.
Additional context
By enabling direct connections to managed clusters, Dokploy can become more versatile in enterprise settings where externally provisioned, fully managed services are standard. This integration would improve resilience, reduce operational overhead for users, and ultimately help Dokploy fit into more complex infrastructure scenarios.
Will you send a PR to implement it?
No
The text was updated successfully, but these errors were encountered:
What problem will this feature address?
Currently, Dokploy seems limited to deploying and managing its own PostgreSQL and Redis instances. For users who already rely on externally managed database clusters (e.g., PostgreSQL and Redis) provided by their cloud providers—complete with built-in high availability, backups, and ongoing maintenance—it’s challenging to integrate these resources with Dokploy. As a result, they cannot leverage their existing fault-tolerant infrastructure and must settle for local instances that may not meet their redundancy and reliability needs.
Describe the solution you'd like
I would like Dokploy to support configuring and connecting to externally managed PostgreSQL and Redis clusters. This means providing a straightforward configuration method (e.g., environment variables, configuration files, or UI fields) where users can specify connection details (host, port, credentials, SSL settings) for their existing database and cache clusters. Dokploy should then seamlessly interact with these external services as if they were its own managed resources.
Describe alternatives you've considered
Local Deployments:
Running PostgreSQL and Redis locally within the Dokploy environment, but this compromises high availability and ease of maintenance.
Custom Integration Scripts:
Writing custom scripts or proxy services outside of Dokploy to route traffic to the external databases. However, this increases complexity and reduces the benefits of a single integrated solution.
Forking/Modifying Dokploy Code:
Making code changes to Dokploy to hardcode external connections, but this is not sustainable for future updates or for non-technical users.
Additional context
By enabling direct connections to managed clusters, Dokploy can become more versatile in enterprise settings where externally provisioned, fully managed services are standard. This integration would improve resilience, reduce operational overhead for users, and ultimately help Dokploy fit into more complex infrastructure scenarios.
Will you send a PR to implement it?
No
The text was updated successfully, but these errors were encountered: