We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a029d commit f841731Copy full SHA for f841731
docker-compose.docs.yml
@@ -5,21 +5,10 @@ services:
5
container_name: stac-fastapi-docs-dev
6
build:
7
context: .
8
- dockerfile: Dockerfile.docs
+ dockerfile: dockerfiles/Dockerfile.docs
9
platform: linux/amd64
10
environment:
11
- - STAC_FASTAPI_TITLE=stac-fastapi-opensearch
12
- - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
13
- - STAC_FASTAPI_VERSION=2.1
14
- - APP_HOST=0.0.0.0
15
- APP_PORT=8082
16
- - RELOAD=true
17
- - ENVIRONMENT=local
18
- - WEB_CONCURRENCY=10
19
- - ES_HOST=opensearch
20
- ES_PORT=9202
21
- - ES_USE_SSL=false
22
- - ES_VERIFY_CERTS=false
23
- - BACKEND=opensearch
24
volumes:
25
- .:/opt/src
Dockerfile.docs renamed to dockerfiles/Dockerfile.docs
0 commit comments