@@ -59,19 +59,6 @@ services:
5959 redis :
6060 image : redis
6161
62- elasticsearch6 :
63- image : docker.elastic.co/elasticsearch/elasticsearch:6.8.0
64- healthcheck :
65- test : ["CMD", "curl", "-f", "http://localhost:9200"]
66- environment :
67- - " ES_JAVA_OPTS=-Xms512m -Xmx512m"
68- - " network.host="
69- - " transport.host=127.0.0.1"
70- - " http.host=0.0.0.0"
71- - " xpack.security.enabled=false"
72- volumes :
73- - pyesdata6:/usr/share/elasticsearch/data
74-
7562 elasticsearch7 :
7663 image : docker.elastic.co/elasticsearch/elasticsearch:7.17.0
7764 healthcheck :
@@ -101,32 +88,6 @@ services:
10188 volumes :
10289 - pyesdata8:/usr/share/elasticsearch/data
10390
104- elasticsearch5 :
105- image : docker.elastic.co/elasticsearch/elasticsearch:5.6.16
106- healthcheck :
107- test : ["CMD", "curl", "-f", "http://localhost:9200"]
108- environment :
109- - " ES_JAVA_OPTS=-Xms512m -Xmx512m"
110- - " network.host="
111- - " transport.host=127.0.0.1"
112- - " http.host=0.0.0.0"
113- - " xpack.security.enabled=false"
114- volumes :
115- - pyesdata5:/usr/share/elasticsearch/data
116-
117- elasticsearch2 :
118- image : elasticsearch:2
119- healthcheck :
120- test : ["CMD", "curl", "-f", "http://localhost:9200"]
121- environment :
122- - " ES_JAVA_OPTS=-Xms512m -Xmx512m"
123- - " network.host="
124- - " transport.host=127.0.0.1"
125- - " http.host=0.0.0.0"
126- - " xpack.security.enabled=false"
127- volumes :
128- - pyesdata2:/usr/share/elasticsearch/data
129-
13091 mssql :
13192 image : mcr.microsoft.com/mssql/server
13293 environment :
@@ -187,9 +148,6 @@ services:
187148 environment :
188149 ES_8_URL : ' http://elasticsearch8:9200'
189150 ES_7_URL : ' http://elasticsearch7:9200'
190- ES_6_URL : ' http://elasticsearch6:9200'
191- ES_5_URL : ' http://elasticsearch5:9200'
192- ES_2_URL : ' http://elasticsearch2:9200'
193151
194152
195153volumes :
0 commit comments