Delete dockge directory

This commit is contained in:
2024-11-28 17:57:04 +08:00
committed by GitHub
parent 90a255e9b8
commit 373a561487
522 changed files with 0 additions and 16814 deletions
-27
View File
@@ -1,27 +0,0 @@
# 数据持久化路径 [必填]
WISEFLOW_ROOT_PATH=/home/wiseflow
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8090
# 后端服务端口 [必填]
PANEL_APP_PORT_BACKEND=8077
# LLM API 地址 [必填]
LLM_API_BASE=https://api.siliconflow.cn/v1
# LLM API 密钥
LLM_API_KEY=
# PB数据库 账户密码
PB_API_AUTH=test@example.com|1234567890
# 信息提炼与标签匹配任务模型 [必填]
GET_INFO_MODEL=zhipuai/glm4-9B-chat
# 近似信息合并改写任务模型 [必填]
REWRITE_MODEL=alibaba/Qwen2-7B-Instruct
# 网页解析模型 [必填]
HTML_PARSE_MODEL=alibaba/Qwen2-7B-Instruct
-28
View File
@@ -1,28 +0,0 @@
networks:
1panel-network:
external: true
services:
wiseflow:
container_name: wiseflow
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- LANG=zh_CN.UTF-8
- LC_ALL=zh_CN.UTF-8
- WS_LOG=verbose
image: qyg2297248353/wiseflow:v0.3.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8090
- ${PANEL_APP_PORT_BACKEND}:8077
restart: always
stdin_open: true
tty: true
volumes:
- ${WISEFLOW_ROOT_PATH}/pb_data:/app/pb/pb_data
- ${WISEFLOW_ROOT_PATH}/data:/app/works_data
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai