File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ services:
77
77
- ES_PORT=9200
78
78
- ES_USE_SSL=false
79
79
- ES_VERIFY_CERTS=false
80
- - BACKEND=elasticsearch
81
80
ports :
82
81
- " 8084:8080"
83
82
volumes :
@@ -116,7 +115,6 @@ services:
116
115
- ES_PORT=9202
117
116
- ES_USE_SSL=false
118
117
- ES_VERIFY_CERTS=false
119
- - BACKEND=opensearch
120
118
ports :
121
119
- " 8085:8082"
122
120
volumes :
@@ -146,7 +144,7 @@ services:
146
144
restart : always
147
145
build :
148
146
context : .
149
- dockerfile : dockerfiles /Dockerfile.dev .mongo
147
+ dockerfile : backends /Dockerfile.mongo
150
148
environment :
151
149
- APP_HOST=0.0.0.0
152
150
- APP_PORT=8084
@@ -165,7 +163,7 @@ services:
165
163
depends_on :
166
164
- mongo
167
165
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"
169
167
170
168
mongo :
171
169
container_name : mongo-container
You can’t perform that action at this time.
0 commit comments