Skip to content

Commit

Permalink
Update to Camunda Platform 8.0.2 and Optimize 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
menski committed May 11, 2022
1 parent c82c2d6 commit 5500688
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.0.1}
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.2}
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.0.1}
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.2}
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.0.1}
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.2}
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.0.1}
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.2}
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.0.1}
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.2}
container_name: operate
ports:
- "8081:8080"
Expand All @@ -59,7 +59,7 @@ services:
- elasticsearch

tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.1}
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.2}
container_name: tasklist
ports:
- "8082:8080"
Expand All @@ -84,7 +84,7 @@ services:
- elasticsearch

optimize: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#optimize
image: camunda/optimize:${CAMUNDA_OPTIMIZE_VERSION:-3.8.0}
image: camunda/optimize:${CAMUNDA_OPTIMIZE_VERSION:-3.8.1}
container_name: optimize
ports:
- "8083:8090"
Expand All @@ -111,7 +111,7 @@ services:

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

0 comments on commit 5500688

Please sign in to comment.