This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ services:
14
14
ports :
15
15
- 8080:8080
16
16
- 8090:8090
17
+ links :
18
+ - elasticsearch:es
17
19
depends_on :
18
20
elasticsearch :
19
21
condition : service_healthy
@@ -35,12 +37,12 @@ services:
35
37
- conductor-server
36
38
37
39
mysql :
38
- image : mysql:5.6
40
+ image : mysql:5.7
39
41
environment :
40
42
MYSQL_ROOT_PASSWORD : 12345
41
43
MYSQL_DATABASE : conductor
42
44
MYSQL_USER : conductor
43
- MYSQL_PASSWORD : password
45
+ MYSQL_PASSWORD : conductor
44
46
volumes :
45
47
- type : volume
46
48
source : conductor_mysql
@@ -55,11 +57,10 @@ services:
55
57
timeout : 5s
56
58
retries : 12
57
59
58
- # https://www.elastic.co/guide/en/elasticsearch/reference/5.6/docker.html
59
60
elasticsearch :
60
- image : docker.elastic.co/ elasticsearch/elasticsearch:5. 6.8
61
+ image : elasticsearch: 6.8.15
61
62
environment :
62
- - " ES_JAVA_OPTS=-Xms512m -Xmx512m "
63
+ - " ES_JAVA_OPTS=-Xms512m -Xmx1024m "
63
64
- transport.host=0.0.0.0
64
65
- discovery.type=single-node
65
66
- xpack.security.enabled=false
@@ -73,6 +74,11 @@ services:
73
74
interval : 5s
74
75
timeout : 5s
75
76
retries : 12
77
+ logging :
78
+ driver : " json-file"
79
+ options :
80
+ max-size : " 1k"
81
+ max-file : " 3"
76
82
77
83
volumes :
78
84
conductor_mysql :
You can’t perform that action at this time.
0 commit comments