Docker - Separate Webapps & Engine/Rest

Hi,

i have a question about the parts of camunda.
Camunda can be run in a docker container with tomcat, process engine, DB, rest, webapps.

Is it possible to split the parts of camunda in separate docker containers. Example:
Docker 1: process engine, rest, tomcat.

Docker 2: webapps, tomcat

And edit the webapps to the Rest API of Docker 1 to get access to the process engine?

@andy.gosmann take a look at this as a example

It generates multiple modules, each being their specific configs within the application.yml

Also take a look at https://www.youtube.com/watch?v=Nx4I8lNMUs0 for a great breakdown

1 Like