1- version : ' 2.1'
2-
31services :
42 postgres :
53 user : postgres
@@ -59,21 +57,8 @@ services:
5957 redis :
6058 image : redis
6159
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-
7560 elasticsearch7 :
76- image : docker.elastic.co/elasticsearch/elasticsearch:7.17.0
61+ image : docker.elastic.co/elasticsearch/elasticsearch:7.17.29
7762 healthcheck :
7863 test : ["CMD", "curl", "-f", "http://localhost:9200"]
7964 environment :
@@ -86,7 +71,7 @@ services:
8671 - pyesdata7:/usr/share/elasticsearch/data
8772
8873 elasticsearch8 :
89- image : docker.elastic.co/elasticsearch/elasticsearch:8.4.0
74+ image : docker.elastic.co/elasticsearch/elasticsearch:8.19.6
9075 healthcheck :
9176 test : ["CMD", "curl", "-f", "http://localhost:9200"]
9277 ports :
@@ -101,31 +86,21 @@ services:
10186 volumes :
10287 - pyesdata8:/usr/share/elasticsearch/data
10388
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
89+ elasticsearch9 :
90+ image : docker.elastic.co/elasticsearch/elasticsearch:9.2.0
11991 healthcheck :
12092 test : ["CMD", "curl", "-f", "http://localhost:9200"]
93+ ports :
94+ - " 9200:9200"
12195 environment :
12296 - " ES_JAVA_OPTS=-Xms512m -Xmx512m"
123- - " network.host="
97+ - " network.host=_site_ "
12498 - " transport.host=127.0.0.1"
12599 - " http.host=0.0.0.0"
126100 - " xpack.security.enabled=false"
101+ - " action.destructive_requires_name=false" # allow for easy cleanup by calling DELETE *
127102 volumes :
128- - pyesdata2 :/usr/share/elasticsearch/data
103+ - pyesdata9 :/usr/share/elasticsearch/data
129104
130105 mssql :
131106 image : mcr.microsoft.com/mssql/server
@@ -185,11 +160,9 @@ services:
185160 run_tests :
186161 image : ${REGISTRY:-elasticobservability}/${IMAGE_NAME:-apm-agent-python-testing}:${PYTHON_VERSION}
187162 environment :
163+ ES_9_URL : ' http://elasticsearch9:9200'
188164 ES_8_URL : ' http://elasticsearch8:9200'
189165 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'
193166
194167
195168volumes :
@@ -209,11 +182,7 @@ volumes:
209182 driver : local
210183 pyesdata8 :
211184 driver : local
212- pyesdata6 :
213- driver : local
214- pyesdata5 :
215- driver : local
216- pyesdata2 :
185+ pyesdata9 :
217186 driver : local
218187 pycassandradata3 :
219188 driver : local
0 commit comments