feat: add HF_TOKEN environment variable to Open Web UI service
This commit is contained in:
parent
063642d953
commit
1ff08971dd
@ -8,6 +8,7 @@ services:
|
|||||||
- OLLAMA_BASE_URL=http://10.0.0.202:11434
|
- OLLAMA_BASE_URL=http://10.0.0.202:11434
|
||||||
# Standard settings
|
# Standard settings
|
||||||
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
|
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
|
||||||
|
- HF_TOKEN=${HF_TOKEN}
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/openwebui:/app/backend/data
|
- /mnt/appdata/openwebui:/app/backend/data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user