Add docker-compose.yml
This commit is contained in:
commit
8838d0645d
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
name: BSEJ AI
|
||||
services:
|
||||
open-webui:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
environment:
|
||||
- OLLAMA_BASE_URL=http://127.0.0.1:11434
|
||||
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