add main server
This commit is contained in:
parent
2f3f0b7820
commit
50124a7efa
18 changed files with 405 additions and 0 deletions
11
main-docker/open-webui/compose.yaml
Normal file
11
main-docker/open-webui/compose.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
openwebui:
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
ports:
|
||||
- "3002:8080"
|
||||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
volumes:
|
||||
open-webui:
|
Loading…
Add table
Add a link
Reference in a new issue