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
93aea0a4
Commit
93aea0a4
authored
May 09, 2024
by
Derek Palmer (Creative)
Browse files
Removed version synatax as its no longer needed per Docker Docs
parent
90503be2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
docker-compose.api.yaml
docker-compose.api.yaml
+0
-2
docker-compose.data.yaml
docker-compose.data.yaml
+0
-2
docker-compose.gpu.yaml
docker-compose.gpu.yaml
+0
-2
docker-compose.yaml
docker-compose.yaml
+0
-2
No files found.
docker-compose.api.yaml
View file @
93aea0a4
version
:
'
3.8'
services
:
services
:
ollama
:
ollama
:
# Expose Ollama API outside the container stack
# Expose Ollama API outside the container stack
...
...
docker-compose.data.yaml
View file @
93aea0a4
version
:
'
3.8'
services
:
services
:
ollama
:
ollama
:
volumes
:
volumes
:
...
...
docker-compose.gpu.yaml
View file @
93aea0a4
version
:
'
3.8'
services
:
services
:
ollama
:
ollama
:
# GPU support
# GPU support
...
...
docker-compose.yaml
View file @
93aea0a4
version
:
'
3.8'
services
:
services
:
ollama
:
ollama
:
volumes
:
volumes
:
...
...
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