File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
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.9.0
31
+ image : temporalio/auto-setup:1.9.1
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.9.0
44
+ image : temporalio/admin-tools:1.9.1
45
45
networks :
46
46
- temporal-network
47
47
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.9.0
29
+ image : temporalio/auto-setup:1.9.1
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.9.0
44
+ image : temporalio/admin-tools:1.9.1
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.9.0
36
+ image : temporalio/auto-setup:1.9.1
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.9.0
49
+ image : temporalio/admin-tools:1.9.1
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.9.0
23
+ image : temporalio/auto-setup:1.9.1
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.9.0
36
+ image : temporalio/admin-tools:1.9.1
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.9.0
24
+ image : temporalio/auto-setup:1.9.1
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.9.0
37
+ image : temporalio/admin-tools:1.9.1
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.9.0
17
+ image : temporalio/auto-setup:1.9.1
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.9.0
30
+ image : temporalio/admin-tools:1.9.1
31
31
networks :
32
32
- temporal-network
33
33
stdin_open : true
You can’t perform that action at this time.
0 commit comments