What problem will this feature address?
So i host Dokploy on a seperate VPS from where my applications are running. Like:
- Dokploy-Frontend: Where Dokploy is hosted on
- Dokploy-node-1: Internal tools
- Dokploy-node-2: SaaS websites
- Dokploy-node-3: Customer websites
Now each server i've added to it's own organisation:
Now i want to have a Docker Swarm cluster for the project SaaS, which will have their own network on Hetzner.
But i can't create isolated Docker Swarms for each organisation. Like the Dokploy-Frontend is always the manager of each org and can't remove him.
Describe the solution you'd like
I would like that each org can have it's own Docker Swarm cluster, which can be managed and deployed to from Dokploy.
Describe alternatives you've considered
Not found any
Additional context
No response
Will you send a PR to implement it?
Maybe, need help