Skip to content

Commit 987f0b9

Browse files
authored
Merge pull request #216 from stac-utils/update-pip-example
Update pip-docker example
2 parents d768319 + 65289b6 commit 987f0b9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414

1515
### Changed
1616

17+
- Updated the pip_docker example to use stac-fastapi.elasticsearch 2.1.0 and the elasticsearch 8.11.0 docker image. [#216](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/216)
18+
1719
### Fixed
1820

1921
- URL encode next href: [#215](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/issues/215)

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# stac-fastapi-elasticsearch (sfes) deployment examples
1+
# stac-fastapi.elasticsearch (sfes) deployment examples
22

33
## Deploy sfes from pip in docker
44

examples/pip_docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ WORKDIR /app
1515

1616
COPY . /app
1717

18-
RUN pip install stac-fastapi.elasticsearch==1.1.0
18+
RUN pip install stac-fastapi.elasticsearch==2.1.0

examples/pip_docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)