mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-29 05:15:12 +02:00
Map to local network for EC2 deployments (#1167)
This commit is contained in:
@@ -77,6 +77,8 @@ services:
|
|||||||
- model_cache_torch:/root/.cache/torch/
|
- model_cache_torch:/root/.cache/torch/
|
||||||
- model_cache_nltk:/root/nltk_data/
|
- model_cache_nltk:/root/nltk_data/
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -167,6 +169,8 @@ services:
|
|||||||
- model_cache_torch:/root/.cache/torch/
|
- model_cache_torch:/root/.cache/torch/
|
||||||
- model_cache_nltk:/root/nltk_data/
|
- model_cache_nltk:/root/nltk_data/
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
|
@@ -25,6 +25,8 @@ services:
|
|||||||
- model_cache_torch:/root/.cache/torch/
|
- model_cache_torch:/root/.cache/torch/
|
||||||
- model_cache_nltk:/root/nltk_data/
|
- model_cache_nltk:/root/nltk_data/
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -52,6 +54,8 @@ services:
|
|||||||
- model_cache_torch:/root/.cache/torch/
|
- model_cache_torch:/root/.cache/torch/
|
||||||
- model_cache_nltk:/root/nltk_data/
|
- model_cache_nltk:/root/nltk_data/
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
|
@@ -25,6 +25,8 @@ services:
|
|||||||
- model_cache_torch:/root/.cache/torch/
|
- model_cache_torch:/root/.cache/torch/
|
||||||
- model_cache_nltk:/root/nltk_data/
|
- model_cache_nltk:/root/nltk_data/
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -52,6 +54,8 @@ services:
|
|||||||
- model_cache_torch:/root/.cache/torch/
|
- model_cache_torch:/root/.cache/torch/
|
||||||
- model_cache_nltk:/root/nltk_data/
|
- model_cache_nltk:/root/nltk_data/
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
|
Reference in New Issue
Block a user