Skip to content

Commit f841731

Browse files
committed
move dockerfiles
1 parent e7a029d commit f841731

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

docker-compose.docs.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,10 @@ services:
55
container_name: stac-fastapi-docs-dev
66
build:
77
context: .
8-
dockerfile: Dockerfile.docs
8+
dockerfile: dockerfiles/Dockerfile.docs
99
platform: linux/amd64
1010
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
1511
- APP_PORT=8082
16-
- RELOAD=true
17-
- ENVIRONMENT=local
18-
- WEB_CONCURRENCY=10
19-
- ES_HOST=opensearch
2012
- ES_PORT=9202
21-
- ES_USE_SSL=false
22-
- ES_VERIFY_CERTS=false
23-
- BACKEND=opensearch
2413
volumes:
2514
- .:/opt/src
File renamed without changes.

0 commit comments

Comments
 (0)