fix: update OLLAMA_BASE_URL to use environment variable
This commit is contained in:
parent
b5cce0ef35
commit
d1b25c21a3
@ -5,7 +5,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# If Ollama is on the same host (Waldorf)
|
# If Ollama is on the same host (Waldorf)
|
||||||
- OLLAMA_BASE_URL=http://10.0.0.202:11434
|
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
|
||||||
# Standard settings
|
# Standard settings
|
||||||
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-change-me-to-a-random-secret}
|
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-change-me-to-a-random-secret}
|
||||||
- HF_TOKEN=${HF_TOKEN:-}
|
- HF_TOKEN=${HF_TOKEN:-}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user