Skip to content

Commit

Permalink
refactor(web-modeler): switch cluster protocol to grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
wollefitz committed Oct 24, 2024
1 parent 3311154 commit ca9c40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/camunda-8.6/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ services:
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
CAMUNDA_MODELER_CLUSTERS_0_URL_ZEEBE_GRPC: grpc://zeebe:26500
CAMUNDA_MODELER_CLUSTERS_0_URL_ZEEBE_REST: http://zeebe:8080
CAMUNDA_MODELER_CLUSTERS_0_URL_OPERATE: http://operate:8080
CAMUNDA_MODELER_CLUSTERS_0_URL_TASKLIST: http://tasklist:8080
Expand Down

0 comments on commit ca9c40e

Please sign in to comment.