File tree 7 files changed +24
-24
lines changed
7 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
28
28
- ENABLE_ES=true
29
29
- ES_SEEDS=elasticsearch
30
30
- ES_VERSION=v7
31
- image : temporalio/auto-setup:1.10.5
31
+ image : temporalio/auto-setup:1.11.0
32
32
networks :
33
33
- temporal-network
34
34
ports :
@@ -41,7 +41,7 @@ services:
41
41
- temporal
42
42
environment :
43
43
- TEMPORAL_CLI_ADDRESS=temporal:7233
44
- image : temporalio/admin-tools:1.10.5
44
+ image : temporalio/admin-tools:1.11.0
45
45
networks :
46
46
- temporal-network
47
47
stdin_open : true
Original file line number Diff line number Diff line change 1
1
version : " 3.5"
2
2
services :
3
- elasticsearch :
4
- container_name : temporal-elasticsearch
5
- environment :
6
- - discovery.type=single-node
7
- - ES_JAVA_OPTS=-Xms100m -Xmx100m
8
- image : elasticsearch:7.10.1
9
- networks :
10
- - temporal-network
11
- ports :
12
- - 9200:9200
13
3
cockroach :
14
4
cap_drop :
15
5
- ALL
@@ -25,6 +15,16 @@ services:
25
15
security_opt :
26
16
- no-new-privileges
27
17
tty : false
18
+ elasticsearch :
19
+ container_name : temporal-elasticsearch
20
+ environment :
21
+ - discovery.type=single-node
22
+ - ES_JAVA_OPTS=-Xms100m -Xmx100m
23
+ image : elasticsearch:7.10.1
24
+ networks :
25
+ - temporal-network
26
+ ports :
27
+ - 9200:9200
28
28
temporal :
29
29
container_name : temporal
30
30
depends_on :
@@ -40,7 +40,7 @@ services:
40
40
- ENABLE_ES=true
41
41
- ES_SEEDS=elasticsearch
42
42
- ES_VERSION=v7
43
- image : temporalio/auto-setup:1.9.2
43
+ image : temporalio/auto-setup:1.11.0
44
44
links :
45
45
- cockroach:postgres
46
46
networks :
@@ -55,7 +55,7 @@ services:
55
55
- temporal
56
56
environment :
57
57
- TEMPORAL_CLI_ADDRESS=temporal:7233
58
- image : temporalio/admin-tools:1.9.2
58
+ image : temporalio/admin-tools:1.11.0
59
59
networks :
60
60
- temporal-network
61
61
stdin_open : true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
26
26
- POSTGRES_PWD=
27
27
- POSTGRES_SEEDS=postgres
28
28
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
29
- image : temporalio/auto-setup:1.10.5
29
+ image : temporalio/auto-setup:1.11.0
30
30
links :
31
31
- cockroach:postgres
32
32
networks :
@@ -41,7 +41,7 @@ services:
41
41
- temporal
42
42
environment :
43
43
- TEMPORAL_CLI_ADDRESS=temporal:7233
44
- image : temporalio/admin-tools:1.10.5
44
+ image : temporalio/admin-tools:1.11.0
45
45
networks :
46
46
- temporal-network
47
47
stdin_open : true
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
33
33
- ENABLE_ES=true
34
34
- ES_SEEDS=elasticsearch
35
35
- ES_VERSION=v7
36
- image : temporalio/auto-setup:1.10.5
36
+ image : temporalio/auto-setup:1.11.0
37
37
networks :
38
38
- temporal-network
39
39
ports :
@@ -46,7 +46,7 @@ services:
46
46
- temporal
47
47
environment :
48
48
- TEMPORAL_CLI_ADDRESS=temporal:7233
49
- image : temporalio/admin-tools:1.10.5
49
+ image : temporalio/admin-tools:1.11.0
50
50
networks :
51
51
- temporal-network
52
52
stdin_open : true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
- MYSQL_PWD=root
21
21
- MYSQL_SEEDS=mysql
22
22
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
23
- image : temporalio/auto-setup:1.10.5
23
+ image : temporalio/auto-setup:1.11.0
24
24
networks :
25
25
- temporal-network
26
26
ports :
@@ -33,7 +33,7 @@ services:
33
33
- temporal
34
34
environment :
35
35
- TEMPORAL_CLI_ADDRESS=temporal:7233
36
- image : temporalio/admin-tools:1.10.5
36
+ image : temporalio/admin-tools:1.11.0
37
37
networks :
38
38
- temporal-network
39
39
stdin_open : true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
- POSTGRES_PWD=temporal
22
22
- POSTGRES_SEEDS=postgresql
23
23
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
24
- image : temporalio/auto-setup:1.10.5
24
+ image : temporalio/auto-setup:1.11.0
25
25
networks :
26
26
- temporal-network
27
27
ports :
@@ -34,7 +34,7 @@ services:
34
34
- temporal
35
35
environment :
36
36
- TEMPORAL_CLI_ADDRESS=temporal:7233
37
- image : temporalio/admin-tools:1.10.5
37
+ image : temporalio/admin-tools:1.11.0
38
38
networks :
39
39
- temporal-network
40
40
stdin_open : true
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
environment :
15
15
- CASSANDRA_SEEDS=cassandra
16
16
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
17
- image : temporalio/auto-setup:1.10.5
17
+ image : temporalio/auto-setup:1.11.0
18
18
networks :
19
19
- temporal-network
20
20
ports :
@@ -27,7 +27,7 @@ services:
27
27
- temporal
28
28
environment :
29
29
- TEMPORAL_CLI_ADDRESS=temporal:7233
30
- image : temporalio/admin-tools:1.10.5
30
+ image : temporalio/admin-tools:1.11.0
31
31
networks :
32
32
- temporal-network
33
33
stdin_open : true
You can’t perform that action at this time.
0 commit comments