File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ services:
27
27
depends_on :
28
28
- elasticsearch
29
29
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"
31
31
32
32
elasticsearch :
33
33
container_name : es-container
34
- image : docker.elastic.co/elasticsearch/elasticsearch:7.11.0
34
+ image : docker.elastic.co/elasticsearch/elasticsearch:7.14.2
35
35
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
42
42
ports :
43
43
- 9200:9200
44
44
You can’t perform that action at this time.
0 commit comments