File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # stac-fastapi- elasticsearch (sfes) deployment examples
1+ # stac-fastapi. elasticsearch (sfes) deployment examples
22
33## Deploy sfes from pip in docker
44
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ WORKDIR /app
1515
1616COPY . /app
1717
18- RUN pip install stac-fastapi.elasticsearch==1 .1.0
18+ RUN pip install stac-fastapi.elasticsearch==2 .1.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
3131
3232 elasticsearch :
3333 container_name : es-container
34- image : docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.1.3 }
34+ image : docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.11.0 }
3535 environment :
3636 ES_JAVA_OPTS : -Xms512m -Xmx1g
3737 volumes :
You can’t perform that action at this time.
0 commit comments