Add docker-compose.yml-final
This commit is contained in:
parent
373fbeebee
commit
be720a7b8d
16
docker-compose.yml-final
Normal file
16
docker-compose.yml-final
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user