Skip to content

Commit 10eba9b

Browse files
committed
added forgotten build stage in docker-compose es and os services
1 parent f4ab110 commit 10eba9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ services:
55
container_name: stac-fastapi-es
66
image: stac-utils/stac-fastapi-es
77
restart: always
8+
build:
9+
context: .
10+
dockerfile: dockerfiles/Dockerfile.dev.es
811
environment:
912
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
1013
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
@@ -34,6 +37,9 @@ services:
3437
container_name: stac-fastapi-os
3538
image: stac-utils/stac-fastapi-os
3639
restart: always
40+
build:
41+
context: .
42+
dockerfile: dockerfiles/Dockerfile.dev.os
3743
environment:
3844
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
3945
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend

0 commit comments

Comments
 (0)