From e8d6a65bda273a8042af5f503dc5dc805516fdad Mon Sep 17 00:00:00 2001 From: Luc Weinbrecht Date: Mon, 14 Mar 2022 16:29:12 +0100 Subject: [PATCH] fixed optimize docker compose engine host name --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a288b18..2b97621 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: image: registry.camunda.cloud/optimize-ee/optimize:3.7.2 mem_limit: 512M environment: - - OPTIMIZE_CAMUNDABPM_REST_URL=http://camunda-platform:8080/engine-rest + - OPTIMIZE_CAMUNDABPM_REST_URL=http://camunda-platform-server:8080/engine-rest - OPTIMIZE_ELASTICSEARCH_HOST=elasticsearch - OPTIMIZE_ELASTICSEARCH_HTTP_PORT=9200 - OPTIMIZE_EVENT_BASED_PROCESSES_IMPORT_ENABLED=true