camunda-8-process-solution-template
camunda-8-process-solution-template copied to clipboard
Add Spring Boot app to Docker Compose files
Allow starting Camunda and the application through Docker Compose.
There has been discussion that most the time we start the Spring Boot app using Maven for local development.
Also there is the question how to build the image.
I'd suggest leveraging ./mvnw spring-boot:build-image (see: https://www.baeldung.com/spring-boot-docker-images#buildpacks)
However, letting docker-compose kick off the entire Maven and Docker build also has it's convenience. And sometimes a Dockerfile is needed when some addition files should be included.