Skip to content

Commit 6a9b666

Browse files
committed
update compose
1 parent 45ce18b commit 6a9b666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.9'
33
services:
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

0 commit comments

Comments
 (0)