Add docker-compose.yml

This commit is contained in:
Jay Booker 2025-06-07 19:02:34 +09:00
commit 8838d0645d

15
docker-compose.yml Normal file
View File

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