forked from open-webui/open-webui
feat: disabled auth by default
This commit is contained in:
parent
2558997cc5
commit
b7030c00e2
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ services:
|
||||||
- 3000:8080
|
- 3000:8080
|
||||||
environment:
|
environment:
|
||||||
- "OLLAMA_API_BASE_URL=http://ollama:11434/api"
|
- "OLLAMA_API_BASE_URL=http://ollama:11434/api"
|
||||||
- "WEBUI_AUTH=TRUE"
|
# - "WEBUI_AUTH=TRUE"
|
||||||
- "WEBUI_DB_URL=mongodb://root:example@ollama-webui-db:27017/"
|
# - "WEBUI_DB_URL=mongodb://root:example@ollama-webui-db:27017/"
|
||||||
- "WEBUI_JWT_SECRET_KEY=SECRET_KEY"
|
# - "WEBUI_JWT_SECRET_KEY=SECRET_KEY"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- host.docker.internal:host-gateway
|
- host.docker.internal:host-gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue