camunda-8-process-solution-template icon indicating copy to clipboard operation
camunda-8-process-solution-template copied to clipboard

Add Spring Boot app to Docker Compose files

Open falko opened this issue 3 years ago • 3 comments

Allow starting Camunda and the application through Docker Compose.

falko avatar Apr 27 '22 18:04 falko

There has been discussion that most the time we start the Spring Boot app using Maven for local development.

falko avatar Jul 15 '22 19:07 falko

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)

falko avatar Jul 15 '22 19:07 falko

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.

falko avatar Dec 15 '22 23:12 falko