mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-12 16:57:06 +00:00
Docker Compose files
This commit is contained in:
16
ollama/docker-compose.yml
Normal file
16
ollama/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
ollama:
|
||||||
|
image: ollama/ollama
|
||||||
|
container_name: ollama
|
||||||
|
runtime: nvidia
|
||||||
|
ports:
|
||||||
|
- "11434:11434"
|
||||||
|
volumes:
|
||||||
|
- ollama:/root/.ollama
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
ollama:
|
||||||
|
|
||||||
17
open-webui/docker-compose.yml
Normal file
17
open-webui/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
open-webui:
|
||||||
|
image: ghcr.io/open-webui/open-webui:cuda
|
||||||
|
container_name: open-webui
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
runtime: nvidia
|
||||||
|
volumes:
|
||||||
|
- open-webui:/app/backend/data
|
||||||
|
restart: always
|
||||||
|
privileged: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
open-webui:
|
||||||
|
|
||||||
Reference in New Issue
Block a user