Commit b7030c00 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: disabled auth by default

parent 2558997c
......@@ -46,9 +46,9 @@ services:
- 3000:8080
environment:
- "OLLAMA_API_BASE_URL=http://ollama:11434/api"
- "WEBUI_AUTH=TRUE"
- "WEBUI_DB_URL=mongodb://root:example@ollama-webui-db:27017/"
- "WEBUI_JWT_SECRET_KEY=SECRET_KEY"
# - "WEBUI_AUTH=TRUE"
# - "WEBUI_DB_URL=mongodb://root:example@ollama-webui-db:27017/"
# - "WEBUI_JWT_SECRET_KEY=SECRET_KEY"
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment