Update docker-compose.yml-final

This commit is contained in:
Jay Booker 2025-08-21 06:57:44 +09:00
parent be720a7b8d
commit ec6f0d6970

View File

@ -1,16 +1,21 @@
name: BSEJ-AI
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
ports:
- 3000:8080
- "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
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 30 open-webui
depends_on:
- open-webui
volumes:
open-webui:
external: false
name: open-webui