Sample docker file for Camunda for a springboot application

Hi All,

I am new to Camunda and written a springboot application where have added my custom code. Now I want to deploy it in docker with my changes. Does any one has a sample which i can look how to create the docker file for camunda project and deploy it.

Thanks for the help in advance !!!

@Atul_Parti
I suggest you to review this project on Github - https://github.com/camunda/docker-camunda-bpm-platform. You can find a lot of useful information there including example of the docker file.
Generaly dockerizing Camunda application should not be different from dockerizing any other spring boot applications, so you might want to review the following link also - Getting Started | Spring Boot with Docker

2 Likes