initial COM2 system snapshot
This commit is contained in:
17
docker/docker-openwebui.yml
Normal file
17
docker/docker-openwebui.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
hxki-openwebui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
container_name: hxki-openwebui
|
||||
ports:
|
||||
- "3002:3000"
|
||||
volumes:
|
||||
- /opt/hx-ki/openwebui:/data
|
||||
environment:
|
||||
- WEBUI_AUTH=False
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- hxki-internal
|
||||
|
||||
networks:
|
||||
hxki-internal:
|
||||
external: true
|
||||
Reference in New Issue
Block a user