Docker: Deploy Workers to Group Other than "default"
Answers
-
Yes, if you follow the install instructions here:
Inside of the docker-compse.yml you will see the environmental variable for
CRIBL_DIST_MASTER_URL=tcp://servername:4200You will just want to edit the environmental variable to include the non default group name after the port.
CRIBL_DIST_MASTER_URL=tcp://servername:4200?group=fooReference doc for the different environment variable that can be added:
0