Skip to content

Commit 9a1e3fe

Browse files
authored
Update DocumentStore env in docker-compose (deepset-ai#1450)
1 parent 389f6b6 commit 9a1e3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-gpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- 8000:8000
2121
environment:
2222
# See rest_api/pipelines.yaml for configurations of Search & Indexing Pipeline.
23-
- ELASTICSEARCHDOCUMENTSTORE_PARAMS_HOST=elasticsearch
23+
- DOCUMENTSTORE_PARAMS_HOST=elasticsearch
2424
restart: always
2525
depends_on:
2626
- elasticsearch

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- 8000:8000
1313
environment:
1414
# See rest_api/pipelines.yaml for configurations of Search & Indexing Pipeline.
15-
- ELASTICSEARCHDOCUMENTSTORE_PARAMS_HOST=elasticsearch
15+
- DOCUMENTSTORE_PARAMS_HOST=elasticsearch
1616
restart: always
1717
depends_on:
1818
- elasticsearch

0 commit comments

Comments
 (0)