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: services:
open-webui: open-webui:
ports: image: ghcr.io/open-webui/open-webui:main
- 3000:8080 ports:
extra_hosts: - "3000:8080"
extra_hosts:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway
volumes: volumes:
- open-webui:/app/backend/data - open-webui:/app/backend/data
container_name: open-webui restart: always
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: volumes:
open-webui: open-webui:
external: false
name: open-webui