fix: comment out HF_TOKEN environment variable in open-webui service
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 12s
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 12s
This commit is contained in:
parent
480440a432
commit
afad338968
@ -8,7 +8,7 @@ services:
|
|||||||
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
|
- 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:-}
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user