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
2
2
3
3
## Deploy sfes from pip in docker
4
4
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ WORKDIR /app
15
15
16
16
COPY . /app
17
17
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:
31
31
32
32
elasticsearch :
33
33
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 }
35
35
environment :
36
36
ES_JAVA_OPTS : -Xms512m -Xmx1g
37
37
volumes :
You can’t perform that action at this time.
0 commit comments