1
0
Fork 0

wierd proxy workaround

This commit is contained in:
Massaki Archambault 2024-11-13 19:38:42 -05:00
parent e359def1cc
commit 91d421848d
1 changed files with 3 additions and 1 deletions

View File

@ -19,8 +19,10 @@ services:
ports:
- 8080:8080
environment:
OLLAMA_BASE_URL: http://ollama:11434
OLLAMA_BASE_URL: http://host.docker.internal:11434
WEBUI_AUTH: "False"
no_proxy: localhost,127.0.0.1,docker.internal
NO_PROXY: localhost,127.0.0.1,docker.internal
extra_hosts:
- host.docker.internal:host-gateway
volumes: