+ ollama & web ui
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 9s Details

This commit is contained in:
Chase 2024-03-09 18:36:40 -06:00
parent 62e42ef8c5
commit a96eaad7e3
Signed by: chase
GPG Key ID: 9EC29E797878008C
1 changed files with 25 additions and 0 deletions

View File

@ -884,3 +884,28 @@ services:
- '25012:25012/tcp'
restart: unless-stopped
container_name: cod4-promod
ollama:
image: ollama/ollama
restart: unless-stopped
container_name: ollama
ports:
- '11434:11434'
volumes:
- '/dockerData/ollama:/root/.ollama'
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
open-webui:
image: 'ghcr.io/open-webui/open-webui:main'
restart: unless-stopped
container_name: open-webui
volumes:
- '/dockerData/open-webui:/app/backend/data'
environment:
- 'OLLAMA_BASE_URL=http://192.168.86.2:11434'
ports:
- '2039:8080'