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
d36364f8
"...csrc/git@developer.sourcefind.cn:change/sglang.git" did not exist on "4879e50c6d46b06e9ab85f52e4e2d172476d5274"
Commit
d36364f8
authored
Nov 22, 2023
by
Timothy J. Baek
Browse files
chore: comments added to compose
parent
cfb3f307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
compose.yaml
compose.yaml
+4
-0
No files found.
compose.yaml
View file @
d36364f8
...
...
@@ -22,6 +22,8 @@ services:
restart
:
unless-stopped
image
:
ollama/ollama:latest
# Uncomment below for WIP: Auth support
# ollama-webui-db:
# image: mongo
# container_name: ollama-webui-db
...
...
@@ -41,11 +43,13 @@ services:
container_name
:
ollama-webui
depends_on
:
-
ollama
# Uncomment below for WIP: Auth support
# - ollama-webui-db
ports
:
-
3000:8080
environment
:
-
"
OLLAMA_API_BASE_URL=http://ollama:11434/api"
# Uncomment below for WIP: Auth support
# - "WEBUI_AUTH=TRUE"
# - "WEBUI_DB_URL=mongodb://root:example@ollama-webui-db:27017/"
# - "WEBUI_JWT_SECRET_KEY=SECRET_KEY"
...
...
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