Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19aaed7

Browse files
committedOct 10, 2022
chore: update to Camunda Platform 8.0.7
1 parent 8dbf21a commit 19aaed7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎docker-compose-core.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
services:
1313

1414
zeebe: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#zeebe
15-
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.6}
15+
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
1616
container_name: zeebe
1717
ports:
1818
- "26500:26500"
@@ -34,7 +34,7 @@ services:
3434
- elasticsearch
3535

3636
operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate
37-
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.6}
37+
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
3838
container_name: operate
3939
ports:
4040
- "8081:8080"
@@ -49,7 +49,7 @@ services:
4949
- elasticsearch
5050

5151
tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist
52-
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.6}
52+
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
5353
container_name: tasklist
5454
ports:
5555
- "8082:8080"

‎docker-compose.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
services:
1313

1414
zeebe: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#zeebe
15-
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.6}
15+
image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
1616
container_name: zeebe
1717
ports:
1818
- "26500:26500"
@@ -34,7 +34,7 @@ services:
3434
- elasticsearch
3535

3636
operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate
37-
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.6}
37+
image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
3838
container_name: operate
3939
ports:
4040
- "8081:8080"
@@ -61,7 +61,7 @@ services:
6161
- elasticsearch
6262

6363
tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist
64-
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.6}
64+
image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
6565
container_name: tasklist
6666
ports:
6767
- "8082:8080"
@@ -117,7 +117,7 @@ services:
117117

118118
identity: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#identity
119119
container_name: identity
120-
image: camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.0.6}
120+
image: camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.0.7}
121121
ports:
122122
- "8084:8084"
123123
environment: # https://docs.camunda.io/docs/self-managed/identity/deployment/configuration-variables/

0 commit comments

Comments
 (0)
Please sign in to comment.