Skip to content

Commit

Permalink
Merge pull request #216 from stac-utils/update-pip-example
Browse files Browse the repository at this point in the history
Update pip-docker example
  • Loading branch information
jonhealy1 authored Mar 22, 2024
2 parents d768319 + 65289b6 commit 987f0b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- 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)

### Fixed

- URL encode next href: [#215](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/issues/215)
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# stac-fastapi-elasticsearch (sfes) deployment examples
# stac-fastapi.elasticsearch (sfes) deployment examples

## Deploy sfes from pip in docker

Expand Down
2 changes: 1 addition & 1 deletion examples/pip_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ WORKDIR /app

COPY . /app

RUN pip install stac-fastapi.elasticsearch==1.1.0
RUN pip install stac-fastapi.elasticsearch==2.1.0
2 changes: 1 addition & 1 deletion examples/pip_docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:

elasticsearch:
container_name: es-container
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.1.3}
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.11.0}
environment:
ES_JAVA_OPTS: -Xms512m -Xmx1g
volumes:
Expand Down

0 comments on commit 987f0b9

Please sign in to comment.