Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
b7030c00
Commit
b7030c00
authored
Nov 22, 2023
by
Timothy J. Baek
Browse files
feat: disabled auth by default
parent
2558997c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
compose.yaml
compose.yaml
+3
-3
No files found.
compose.yaml
View file @
b7030c00
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment