File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.9'
33services :
44 app-elasticsearch :
55 container_name : stac-fastapi-es
6- image : stac-utils/stac-fastapi
6+ image : stac-utils/stac-fastapi-es
77 restart : always
88 build :
99 context : .
@@ -31,7 +31,7 @@ services:
3131
3232 app-opensearch :
3333 container_name : stac-fastapi-os
34- image : stac-utils/stac-fastapi
34+ image : stac-utils/stac-fastapi-os
3535 restart : always
3636 build :
3737 context : .
@@ -55,7 +55,7 @@ services:
5555 depends_on :
5656 - opensearch
5757 command :
58- bash -c "./scripts/wait-for-it-os .sh os-container:9200 && python -m stac_fastapi.elasticsearch.app"
58+ bash -c "./scripts/wait-for-it-es .sh os-container:9200 && python -m stac_fastapi.elasticsearch.app"
5959
6060 elasticsearch :
6161 container_name : es-container
@@ -67,7 +67,7 @@ services:
6767 - ./elasticsearch/snapshots:/usr/share/elasticsearch/snapshots
6868 ports :
6969 - " 9200:9200"
70-
70+
7171 opensearch :
7272 container_name : os-container
7373 image : opensearchproject/opensearch:latest
You can’t perform that action at this time.
0 commit comments