Skip to content

Commit

Permalink
chore: update and separate operate
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 committed Jun 11, 2024
1 parent f372502 commit 510c1e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
CAMUNDA_CONNECTORS_VERSION=0.23.2
# renovate: datasource=docker depName=camunda/optimize
CAMUNDA_OPTIMIZE_VERSION=3.10.11
CAMUNDA_PLATFORM_VERSION=8.2.27
CAMUNDA_PLATFORM_VERSION=8.2.28

# renovate: datasource=docker depName=camunda/operate
CAMUNDA_OPERATE_VERSION=8.2.27

# renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi
CAMUNDA_WEB_MODELER_VERSION=8.2.15
ELASTIC_VERSION=7.17.9
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- elasticsearch

operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION}
image: camunda/operate:${CAMUNDA_OPERATE_VERSION}
container_name: operate
ports:
- "8081:8080"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- identity

operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION}
image: camunda/operate:${CAMUNDA_OPERATE_VERSION}
container_name: operate
ports:
- "8081:8080"
Expand Down

0 comments on commit 510c1e6

Please sign in to comment.