Skip to content

Commit 5f62b13

Browse files
committed
update es version
1 parent effa08d commit 5f62b13

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docker-compose.elasticsearch.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ services:
2727
depends_on:
2828
- elasticsearch
2929
command:
30-
bash -c "./scripts/wait-for-it.sh es-container:9200 && python -m stac_fastapi.elasticsearch.app"
30+
bash -c "./scripts/wait-for-it-es.sh es-container:9200 && python -m stac_fastapi.elasticsearch.app"
3131

3232
elasticsearch:
3333
container_name: es-container
34-
image: docker.elastic.co/elasticsearch/elasticsearch:7.11.0
34+
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.2
3535
environment:
36-
- node.name=es01
37-
- cluster.name=stac-cluster
38-
- discovery.type=single-node
39-
- network.host=0.0.0.0
40-
- http.port=9200
41-
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
36+
node.name: es01
37+
cluster.name: stac-cluster
38+
discovery.type: single-node
39+
network.host: 0.0.0.0
40+
http.port: 9200
41+
ES_JAVA_OPTS: -Xms512m -Xmx512m
4242
ports:
4343
- 9200:9200
4444

0 commit comments

Comments
 (0)