Skip to content

Commit

Permalink
chore: update to Camunda Platform 8.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Oct 10, 2022
1 parent 8dbf21a commit 19aaed7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.6}
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
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.6}
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
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.6}
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
container_name: tasklist
ports:
- "8082:8080"
Expand Down
8 changes: 4 additions & 4 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.6}
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
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.6}
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
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.0.6}
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
container_name: tasklist
ports:
- "8082:8080"
Expand Down Expand Up @@ -117,7 +117,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.6}
image: camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
ports:
- "8084:8084"
environment: # https://docs.camunda.io/docs/self-managed/identity/deployment/configuration-variables/
Expand Down

0 comments on commit 19aaed7

Please sign in to comment.