This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 19aaed7 1 parent 8dbf21a commit 19aaed7 Copy full SHA for 19aaed7
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
services :
13
13
14
14
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 }
16
16
container_name : zeebe
17
17
ports :
18
18
- " 26500:26500"
@@ -34,7 +34,7 @@ services:
34
34
- elasticsearch
35
35
36
36
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 }
38
38
container_name : operate
39
39
ports :
40
40
- " 8081:8080"
@@ -49,7 +49,7 @@ services:
49
49
- elasticsearch
50
50
51
51
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 }
53
53
container_name : tasklist
54
54
ports :
55
55
- " 8082:8080"
Original file line number Diff line number Diff line change 12
12
services :
13
13
14
14
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 }
16
16
container_name : zeebe
17
17
ports :
18
18
- " 26500:26500"
@@ -34,7 +34,7 @@ services:
34
34
- elasticsearch
35
35
36
36
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 }
38
38
container_name : operate
39
39
ports :
40
40
- " 8081:8080"
@@ -61,7 +61,7 @@ services:
61
61
- elasticsearch
62
62
63
63
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 }
65
65
container_name : tasklist
66
66
ports :
67
67
- " 8082:8080"
@@ -117,7 +117,7 @@ services:
117
117
118
118
identity : # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#identity
119
119
container_name : identity
120
- image : camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.0.6 }
120
+ image : camunda/identity:${CAMUNDA_PLATFORM_VERSION:-8.0.7 }
121
121
ports :
122
122
- " 8084:8084"
123
123
environment : # https://docs.camunda.io/docs/self-managed/identity/deployment/configuration-variables/
You can’t perform that action at this time.
0 commit comments