Hi,
In the last years I am working a lot with docker and we provision all of our solution with vagrant, ansible, etc.
So now just started with Activiti 6 and interested to know if there is any plan to go with it on this path?
For example
- Activiti 6 UI in an nginx container (since it is static content, and REST calls can be forwarded inside nginx)
- Activiti core and REST API for example in a tomcat container
- database in a mysql container
all of it linked together via docker network, provisioned with ansible or with vagrant in a vBox.
(of course it is possible to separate the content of the activiti-app.war manually, but would be nice to have such an official deployment )
Thanx in advance
sas