Update docker-compose.yml-final
This commit is contained in:
parent
be720a7b8d
commit
ec6f0d6970
@ -1,16 +1,21 @@
|
||||
name: BSEJ-AI
|
||||
services:
|
||||
open-webui:
|
||||
ports:
|
||||
- 3000:8080
|
||||
extra_hosts:
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
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:/app/backend/data
|
||||
restart: always
|
||||
|
||||
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
|
||||
open-webui:
|
||||
Loading…
x
Reference in New Issue
Block a user