You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as I understand the kie-server must be always run after the drools-workbench is up and running. This means that we can't use docker-compose because docker-compose starts both of the images simultaneously. What docker suggests is to use tools such as wait-for-it.sh:
Hello,
as I understand the kie-server must be always run after the drools-workbench is up and running. This means that we can't use
docker-compose
becausedocker-compose
starts both of the images simultaneously. What docker suggests is to use tools such aswait-for-it.sh
:https://docs.docker.com/compose/startup-order/
I tried to do that but it says the kie-server does not have it installed. Can you please provide it? This would make possible to use docker-compose.
Thank you.
The text was updated successfully, but these errors were encountered: