mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-25 23:40:58 +02:00
Map to local network for EC2 deployments (#1167)
This commit is contained in:
parent
197392a95f
commit
9051ebfed7
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user