add Git stuff
This commit is contained in:
21
ollama/docker-compose.yml
Normal file
21
ollama/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
ollama:
|
||||
restart: always
|
||||
image: ollama/ollama
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 11434:11434
|
||||
volumes:
|
||||
- /home/soenke/docker-data/ollama/ollama:/root/.ollama
|
||||
|
||||
open-webui:
|
||||
image: "ghcr.io/open-webui/open-webui:main"
|
||||
restart: always
|
||||
container_name: open-webui
|
||||
volumes:
|
||||
- /home/soenke/docker-data/ollama/open-webui:/app/backend/data
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
ports:
|
||||
- 1180:8080
|
||||
|
||||
Reference in New Issue
Block a user