How to Disable localhost as default deployment target in self-hosted Dokploy? #3357
|
Hello, I have a question regarding self-hosted Dokploy. When Dokploy is self-hosted, the server on which Dokploy itself is running is automatically available as a deployment target. If a team member creates a service without explicitly selecting a server, the deployment defaults to the Dokploy host. I want to prevent this behavior. My goal is to use the Dokploy server strictly as a control panel and not allow any application workloads to be deployed on it. In Dokploy Cloud, users are required to add their own server before deploying anything, which effectively prevents deployments on the dokploy isntance server. I would like to achieve the same behavior in a self-hosted setup. Is there any supported way to disable localhost as a deployment target or force team to explicitly select a remote server before deployment? Or is this currently not possible in self-hosted Dokploy? This requirement is only to ensure a smooth and safe Dokploy UI experience for teams. |
Replies: 1 comment 2 replies
|
Currently we don't have this feature for self hosted, although it could be a permission to users.... |
Currently we don't have this feature for self hosted, although it could be a permission to users....