Skip to content

Commit

Permalink
chore: update to Camunda Platform 8.1.9 & Optimize 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Mar 13, 2023
1 parent 362c3fd commit c882761
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docker-compose-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
services:

zeebe: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#zeebe
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.8}
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.9}
container_name: zeebe
ports:
- "26500:26500"
Expand All @@ -34,7 +34,7 @@ services:
- elasticsearch

operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.8}
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.9}
container_name: operate
ports:
- "8081:8080"
Expand All @@ -49,7 +49,7 @@ services:
- elasticsearch

tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.8}
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.9}
container_name: tasklist
ports:
- "8082:8080"
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
services:

zeebe: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#zeebe
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.8}
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.1.9}
container_name: zeebe
ports:
- "26500:26500"
Expand All @@ -34,7 +34,7 @@ services:
- elasticsearch

operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.8}
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.1.9}
container_name: operate
ports:
- "8081:8080"
Expand All @@ -61,7 +61,7 @@ services:
- elasticsearch

tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.8}
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.1.9}
container_name: tasklist
ports:
- "8082:8080"
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
- identity

optimize: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#optimize
image: camunda/optimize:${CAMUNDA_OPTIMIZE_VERSION:-3.9.3}
image: camunda/optimize:${CAMUNDA_OPTIMIZE_VERSION:-3.9.4}
container_name: optimize
ports:
- "8083:8090"
Expand Down Expand Up @@ -139,7 +139,7 @@ services:

identity: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#identity
container_name: identity
image: camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.1.8}
image: camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.1.9}
ports:
- "8084:8084"
environment: # https://docs.camunda.io/docs/self-managed/identity/deployment/configuration-variables/
Expand Down

0 comments on commit c882761

Please sign in to comment.