Skip to content

Commit

Permalink
chore(web-modeler): add id for pre-configured Zeebe cluster (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfriedenstab authored Oct 22, 2024
1 parent 52296b7 commit a0430ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose/camunda-8.6/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ services:
RESTAPI_MAIL_PORT: 1025
RESTAPI_MAIL_ENABLE_TLS: "false"
RESTAPI_MAIL_FROM_ADDRESS: "[email protected]"
CAMUNDA_MODELER_CLUSTERS_0_ID: "local-zeebe"
CAMUNDA_MODELER_CLUSTERS_0_NAME: "Local Zeebe instance"
CAMUNDA_MODELER_CLUSTERS_0_VERSION: ${CAMUNDA_PLATFORM_VERSION}
CAMUNDA_MODELER_CLUSTERS_0_URL_ZEEBE_GRPC: http://zeebe:26500
Expand Down

0 comments on commit a0430ef

Please sign in to comment.