From cb20f355c93355ab0011123179f4afe2d06dea9d Mon Sep 17 00:00:00 2001 From: Stephen Russett Date: Thu, 22 Apr 2021 15:55:37 -0400 Subject: [PATCH] add note for docker configs for camunda run --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46d993c..21d3103 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ Defaults: After making changes to the CamundaMonitoringMetrics.groovy file, you must restart the Camunda instance with the Camunda Monitoring Plugin for changes to take effect. +For more configuration options on Camunda Run (such as disable Swagger UI, Web Apps, etc) see the [Camunda Docker Repo](https://github.com/camunda/docker-camunda-bpm-platform) + # Prometheus Setup and Grafana Reporting Deploy any typical Prometheus/Grafana setup with Prometheus configuration as per [Spring Boot Actuator Docs](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-metrics-export-prometheus)