Skip to content

Commit

Permalink
move dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Apr 10, 2024
1 parent e7a029d commit f841731
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docker-compose.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,10 @@ services:
container_name: stac-fastapi-docs-dev
build:
context: .
dockerfile: Dockerfile.docs
dockerfile: dockerfiles/Dockerfile.docs
platform: linux/amd64
environment:
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
- STAC_FASTAPI_VERSION=2.1
- APP_HOST=0.0.0.0
- APP_PORT=8082
- RELOAD=true
- ENVIRONMENT=local
- WEB_CONCURRENCY=10
- ES_HOST=opensearch
- ES_PORT=9202
- ES_USE_SSL=false
- ES_VERIFY_CERTS=false
- BACKEND=opensearch
volumes:
- .:/opt/src
File renamed without changes.

0 comments on commit f841731

Please sign in to comment.