dokploy-Manager and Worker node on two different VPS hosting providers
Hi there, is there a reason why I cannot select the workder node via the 'select a server' dropdown when deploying an app? Do both VPS servers need to be on the same provider? do i need SSH keys setup between them?
2 Replies
the server and cluster/node is different things. in dokploy, server is dokploy without dokploy management (in another word, its core only and managed by server 0).
the cluster node is worker server in docker swarm
ok i think i'm understanding now
so when i add workers, these workers will dynamically host swam container replicas?