Hi,
I'm trying citus with docker. I created a cluster with Docker Swarm in which there are several Docker Machine.
When i run "docker-p compose citus up" executed properly, but when you run "docker-scale worker citus compose -p" creates workers on the master node.
Is there any way to make the workers created in the nodes of the swarm?
Scheme:
Swarm-master (with citus_master & citus_config) -> swarm_node_01 (with citus_worker_01)
-> swarm_node_02 (with citus_worker_02)
-> swarm_node_03 (with citus_worker_03)
-> swarm_node_04 (with citus_worker_04)
-> swarm_node_05 (with citus_worker_05)
-> swarm_node_06 (with citus_worker_06)
All swarm nodes are Docker Machines.
Regads,
Mario.