mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 10:49:30 +00:00
fix rest_api paths in docker-compose-gpu.yml (#3532)
Co-authored-by: ZanSara <sarazanzo94@gmail.com>
This commit is contained in:
parent
95cf666a20
commit
839eef6695
@ -16,12 +16,12 @@ services:
|
||||
capabilities: [gpu]
|
||||
# # Mount custom Pipeline YAML and custom Components.
|
||||
# volumes:
|
||||
# - ./rest_api/pipeline:/home/user/rest_api/pipeline
|
||||
# - ./rest_api/rest_api/pipeline:/home/user/rest_api/rest_api/pipeline
|
||||
ports:
|
||||
- 8000:8000
|
||||
restart: on-failure
|
||||
environment:
|
||||
# See rest_api/pipeline/pipelines.haystack-pipeline.yml for configurations of Search & Indexing Pipeline.
|
||||
# See rest_api/rest_api/pipeline/pipelines.haystack-pipeline.yml for configurations of Search & Indexing Pipeline.
|
||||
- DOCUMENTSTORE_PARAMS_HOST=elasticsearch
|
||||
- PIPELINE_YAML_PATH=/home/user/rest_api/rest_api/pipeline/pipelines_dpr.haystack-pipeline.yml
|
||||
- CONCURRENT_REQUEST_PER_WORKER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user