Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-06-02 04:15:27 +00:00
parent 7128e82a07
commit d984fa4bfc
50 changed files with 12 additions and 12 deletions
@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
open-webui:
container_name: open-webui
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- PORT=8080
- ENABLE_OLLAMA_API=True
- ENABLE_OPENAI_API=False
- https_proxy=${http_proxy}
image: ghcr.io/open-webui/open-webui:v0.9.6
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
restart: always
volumes:
- ${OPEN_WEBUI_ROOT_PATH}/data:/app/backend/data