init
This commit is contained in:
11
compose/open-webui/docker-compose.yaml
Normal file
11
compose/open-webui/docker-compose.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
open_webui:
|
||||
container_name: open_webui
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:8080/tcp"
|
||||
environment:
|
||||
OLLAMA_BASE_URL: "http://10.100.1.10:11434"
|
||||
volumes:
|
||||
- "./data:/app/backend/data"
|
||||
Reference in New Issue
Block a user