Activiti / activiti-cloud-examples

Activiti Cloud Examples using Docker Images from: https://hub.docker.com/u/activiti
Apache License 2.0
138 stars 115 forks source link

activiti-cloud-audit and activiti-cloud-notifications-graphql services #117

Open lukacsbarni opened 4 years ago

lukacsbarni commented 4 years ago

The "Makefile" contains two services that cannot be found in docker-compose.

application: infra rabbitmq ## Brings up Activiti application services
             make example-runtime-bundle example-cloud-connector activiti-cloud-query activiti-cloud audit activiti-cloud-notifications-graphql 
             @echo Runtime bundle entry point: http://$(DOCKER_IP)/rb 
mteodori commented 4 years ago

thanks @lukacsbarni we forgot to update the Makefile as we just use plain docker-compose commands, is it of any value for you to maintain it or shall we just remove it?