We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ab110 commit 10eba9bCopy full SHA for 10eba9b
docker-compose.yml
@@ -5,6 +5,9 @@ services:
5
container_name: stac-fastapi-es
6
image: stac-utils/stac-fastapi-es
7
restart: always
8
+ build:
9
+ context: .
10
+ dockerfile: dockerfiles/Dockerfile.dev.es
11
environment:
12
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
13
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
@@ -34,6 +37,9 @@ services:
34
37
container_name: stac-fastapi-os
35
38
image: stac-utils/stac-fastapi-os
36
39
40
41
42
+ dockerfile: dockerfiles/Dockerfile.dev.os
43
44
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
45
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
0 commit comments