Hi Team,
I used drools-workbench-showcase , kie-server-showcase latest docker images and followed
https://hub.docker.com/r/jboss/drools-workbench-showcase/ and
https://hub.docker.com/r/jboss/kie-server-showcase/ urls and setup the drools and it is working fine as excepted.I am able to see KIE Server in workbench execution servers and able to perform deployments using workbench.
Now , I want to run the same docker images as services rather than containers in docker swarm mode. Even though i am running them(both docker services) in the same network i am unable to see the kie server inside workbench under execution servers menu.
Can you please help/explain me the internal implementation of kie workbench on identifying the kie server and displaying it under execution servers menu .Also is there a way I can manually define/input the kie server url if system is not finding by itself?FYI : Docker link command is not available in docker services and it is going to be deprecated soon for normal containers as well .So I used common network to create a bridge between both the services but it is not working for me as expected. Please help me on setup of the above images as docker services.
Also is there any common image with both workbench and server available in docker hub?
Thanks in advance,
Avinash Konjeti