Skip to content

Commit e8567b7

Browse files
committed
remove backend env var
1 parent 689a31f commit e8567b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ services:
7777
- ES_PORT=9200
7878
- ES_USE_SSL=false
7979
- ES_VERIFY_CERTS=false
80-
- BACKEND=elasticsearch
8180
ports:
8281
- "8084:8080"
8382
volumes:
@@ -116,7 +115,6 @@ services:
116115
- ES_PORT=9202
117116
- ES_USE_SSL=false
118117
- ES_VERIFY_CERTS=false
119-
- BACKEND=opensearch
120118
ports:
121119
- "8085:8082"
122120
volumes:
@@ -146,7 +144,7 @@ services:
146144
restart: always
147145
build:
148146
context: .
149-
dockerfile: dockerfiles/Dockerfile.dev.mongo
147+
dockerfile: backends/Dockerfile.mongo
150148
environment:
151149
- APP_HOST=0.0.0.0
152150
- APP_PORT=8084
@@ -165,7 +163,7 @@ services:
165163
depends_on:
166164
- mongo
167165
command:
168-
bash -c "./scripts/wait-for-it-es.sh mongo-container:27017 && python -m stac_fastapi.mongo.app"
166+
bash -c "python -m stac_fastapi.mongo.app"
169167

170168
mongo:
171169
container_name: mongo-container

0 commit comments

Comments
 (0)