What is the Health Probes Endpoint in Camunda 7

Hi Team, I am using Camunda Docker Image in my Spring app. I’ll be generating war file from spring app & deploying to camunda docker image tomcat:7.20.0. How can we configure health probe for this. do we have any endpoint available for this docker image to check the health status.

FROM camunda/camunda-bpm-platform:tomcat-7.20.0
EXPOSE 8094
COPY target/CamundaEngine-0.0.1-SNAPSHOT.war /camunda/webapps/CamundaEngine-0.0.1-SNAPSHOT.war
COPY mssql-jdbc-9.2.1.jre11.jar /camunda/lib/mssql-jdbc-9.2.1.jre11.jar

Only this is the docker command using. Please help how to use health probes ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.