BSEJ-AI-OPENWEBUI/docker-compose.yml-final
2025-07-16 14:12:27 +09:00

16 lines
390 B
Plaintext

name: BSEJ-AI
services:
open-webui:
ports:
- 3000:8080
extra_hosts:
- host.docker.internal:host-gateway
volumes:
- open-webui:/app/backend/data
container_name: open-webui
restart: always
image: ghcr.io/open-webui/open-webui:main
volumes:
open-webui:
external: false
name: open-webui