Skip to content

Commit

Permalink
Update DocumentStore env in docker-compose (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
oryx1729 authored Sep 14, 2021
1 parent 389f6b6 commit 9a1e3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- 8000:8000
environment:
# See rest_api/pipelines.yaml for configurations of Search & Indexing Pipeline.
- ELASTICSEARCHDOCUMENTSTORE_PARAMS_HOST=elasticsearch
- DOCUMENTSTORE_PARAMS_HOST=elasticsearch
restart: always
depends_on:
- elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- 8000:8000
environment:
# See rest_api/pipelines.yaml for configurations of Search & Indexing Pipeline.
- ELASTICSEARCHDOCUMENTSTORE_PARAMS_HOST=elasticsearch
- DOCUMENTSTORE_PARAMS_HOST=elasticsearch
restart: always
depends_on:
- elasticsearch
Expand Down

0 comments on commit 9a1e3fe

Please sign in to comment.