fix: comment out HF_TOKEN environment variable in open-webui service
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 12s

This commit is contained in:
Nathan 2026-06-20 07:40:04 -04:00
parent 480440a432
commit afad338968

View File

@ -8,7 +8,7 @@ services:
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
# Standard settings
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-change-me-to-a-random-secret}
- HF_TOKEN=${HF_TOKEN:-}
# - HF_TOKEN=${HF_TOKEN:-}
- TZ=America/New_York
ports:
- "8080:8080"