feat: add HF_TOKEN environment variable to Open Web UI service

This commit is contained in:
Nathan 2026-04-21 13:14:53 -04:00
parent 063642d953
commit 1ff08971dd

View File

@ -8,6 +8,7 @@ services:
- OLLAMA_BASE_URL=http://10.0.0.202:11434
# Standard settings
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
- HF_TOKEN=${HF_TOKEN}
- TZ=America/New_York
volumes:
- /mnt/appdata/openwebui:/app/backend/data