File tree 8 files changed +35
-39
lines changed
8 files changed +35
-39
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ services:
10
10
elasticsearch :
11
11
container_name : temporal-elasticsearch
12
12
environment :
13
- # Set storage limit to low number.
14
13
- cluster.routing.allocation.disk.threshold_enabled=true
15
14
- cluster.routing.allocation.disk.watermark.low=512mb
16
15
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -33,7 +32,7 @@ services:
33
32
- ENABLE_ES=true
34
33
- ES_SEEDS=elasticsearch
35
34
- ES_VERSION=v7
36
- image : temporalio/auto-setup:1.11.3
35
+ image : temporalio/auto-setup:1.11.4
37
36
networks :
38
37
- temporal-network
39
38
ports :
@@ -46,7 +45,7 @@ services:
46
45
- temporal
47
46
environment :
48
47
- TEMPORAL_CLI_ADDRESS=temporal:7233
49
- image : temporalio/admin-tools:1.11.3
48
+ image : temporalio/admin-tools:1.11.4
50
49
networks :
51
50
- temporal-network
52
51
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.11.3
17
+ image : temporalio/auto-setup:1.11.4
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.11.3
30
+ image : temporalio/admin-tools:1.11.4
31
31
networks :
32
32
- temporal-network
33
33
stdin_open : true
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ services:
18
18
elasticsearch :
19
19
container_name : temporal-elasticsearch
20
20
environment :
21
- # Set storage limit to low number.
22
21
- cluster.routing.allocation.disk.threshold_enabled=true
23
22
- cluster.routing.allocation.disk.watermark.low=512mb
24
23
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -45,7 +44,7 @@ services:
45
44
- ENABLE_ES=true
46
45
- ES_SEEDS=elasticsearch
47
46
- ES_VERSION=v7
48
- image : temporalio/auto-setup:1.11.3
47
+ image : temporalio/auto-setup:1.11.4
49
48
links :
50
49
- cockroach:postgres
51
50
networks :
@@ -60,7 +59,7 @@ services:
60
59
- temporal
61
60
environment :
62
61
- TEMPORAL_CLI_ADDRESS=temporal:7233
63
- image : temporalio/admin-tools:1.11.3
62
+ image : temporalio/admin-tools:1.11.4
64
63
networks :
65
64
- temporal-network
66
65
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.11.3
29
+ image : temporalio/auto-setup:1.11.4
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.11.3
44
+ image : temporalio/admin-tools:1.11.4
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
- mysql :
4
- container_name : temporal-mysql
5
- environment :
6
- - MYSQL_ROOT_PASSWORD=root
7
- image : mysql:5.7
8
- networks :
9
- - temporal-network
10
- ports :
11
- - 3306:3306
12
3
elasticsearch :
13
4
container_name : temporal-elasticsearch
14
5
environment :
15
- # Set storage limit to low number.
16
6
- cluster.routing.allocation.disk.threshold_enabled=true
17
7
- cluster.routing.allocation.disk.watermark.low=512mb
18
8
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -24,6 +14,15 @@ services:
24
14
- temporal-network
25
15
ports :
26
16
- 9200:9200
17
+ mysql :
18
+ container_name : temporal-mysql
19
+ environment :
20
+ - MYSQL_ROOT_PASSWORD=root
21
+ image : mysql:5.7
22
+ networks :
23
+ - temporal-network
24
+ ports :
25
+ - 3306:3306
27
26
temporal :
28
27
container_name : temporal
29
28
depends_on :
@@ -38,7 +37,7 @@ services:
38
37
- ENABLE_ES=true
39
38
- ES_SEEDS=elasticsearch
40
39
- ES_VERSION=v7
41
- image : temporalio/auto-setup:1.11.3
40
+ image : temporalio/auto-setup:1.11.4
42
41
networks :
43
42
- temporal-network
44
43
ports :
@@ -51,7 +50,7 @@ services:
51
50
- temporal
52
51
environment :
53
52
- TEMPORAL_CLI_ADDRESS=temporal:7233
54
- image : temporalio/admin-tools:1.11.3
53
+ image : temporalio/admin-tools:1.11.4
55
54
networks :
56
55
- temporal-network
57
56
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.11.3
23
+ image : temporalio/auto-setup:1.11.4
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.11.3
36
+ image : temporalio/admin-tools:1.11.4
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.11.3
24
+ image : temporalio/auto-setup:1.11.4
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.11.3
37
+ image : temporalio/admin-tools:1.11.4
38
38
networks :
39
39
- temporal-network
40
40
stdin_open : true
Original file line number Diff line number Diff line change 1
1
version : " 3.5"
2
2
services :
3
- postgresql :
4
- container_name : temporal-postgresql
5
- environment :
6
- POSTGRES_PASSWORD : temporal
7
- POSTGRES_USER : temporal
8
- image : postgres:9.6
9
- networks :
10
- - temporal-network
11
- ports :
12
- - 5432:5432
13
3
elasticsearch :
14
4
container_name : temporal-elasticsearch
15
5
environment :
16
- # Set storage limit to low number.
17
6
- cluster.routing.allocation.disk.threshold_enabled=true
18
7
- cluster.routing.allocation.disk.watermark.low=512mb
19
8
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -25,6 +14,16 @@ services:
25
14
- temporal-network
26
15
ports :
27
16
- 9200:9200
17
+ postgresql :
18
+ container_name : temporal-postgresql
19
+ environment :
20
+ POSTGRES_PASSWORD : temporal
21
+ POSTGRES_USER : temporal
22
+ image : postgres:9.6
23
+ networks :
24
+ - temporal-network
25
+ ports :
26
+ - 5432:5432
28
27
temporal :
29
28
container_name : temporal
30
29
depends_on :
@@ -40,7 +39,7 @@ services:
40
39
- ENABLE_ES=true
41
40
- ES_SEEDS=elasticsearch
42
41
- ES_VERSION=v7
43
- image : temporalio/auto-setup:1.11.3
42
+ image : temporalio/auto-setup:1.11.4
44
43
networks :
45
44
- temporal-network
46
45
ports :
@@ -53,7 +52,7 @@ services:
53
52
- temporal
54
53
environment :
55
54
- TEMPORAL_CLI_ADDRESS=temporal:7233
56
- image : temporalio/admin-tools:1.11.3
55
+ image : temporalio/admin-tools:1.11.4
57
56
networks :
58
57
- temporal-network
59
58
stdin_open : true
You can’t perform that action at this time.
0 commit comments