Add docker-compose.yaml

This commit is contained in:
RomanNum3ral 2025-03-08 01:30:17 +00:00
parent 4182349d3b
commit 2286e93fad
1 changed files with 14 additions and 0 deletions

14
docker-compose.yaml Normal file
View File

@ -0,0 +1,14 @@
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
restart: unless-stopped
environment:
- OLLAMA_BASE_URL=http://127.0.0.1:11434
volumes:
- open-webui:/app/backend/data
network_mode: host
volumes:
open-webui:
external: false