Compare commits

...

6 Commits

Author SHA1 Message Date
arch3rPro
e8822d711a feat(craft-agents): 升级 craft-agents 至 0.8.7 版本
更新版本至 0.8.7,包含新的 docker-compose 配置和数据文件
2026-04-14 23:21:57 +08:00
arch3rPro
365e7c710a feat(craft-agents): 升级 craft-agents 到 0.8.6 版本
删除 0.8.5 版本相关文件并添加 0.8.6 版本配置
更新 docker-compose 配置和国际化表单字段
2026-04-14 22:40:59 +08:00
arch3rPro
3a3123cf99 feat: update flowise 3.1.2 2026-04-14 22:32:49 +08:00
arch3rPro
3af85df816 feat: update cliproxyapi-plus 6.9.23-0 2026-04-14 22:32:12 +08:00
arch3rPro
01c003495d feat: update axonhub 0.9.32 2026-04-14 22:31:55 +08:00
arch3rPro
3df51564ef refactor(litellm): 更新应用版本从v1.83.0-nightly到v1.83.3-stable
迁移配置文件和数据文件到新版本目录
更新docker-compose配置以匹配稳定版本
2026-04-14 22:31:28 +08:00
18 changed files with 16 additions and 17 deletions

View File

@@ -623,7 +623,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔮 开源可视化AI工作流构建平台拖拽式设计LLM应用
<kbd>3.1.1</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise)
<kbd>3.1.2</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise)
</td>
<td width="33%" align="center">
@@ -787,7 +787,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔗 CLIProxyAPI Plus 代理API服务
<kbd>6.9.9-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
<kbd>6.9.23-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
</td>
<td width="33%" align="center">

View File

@@ -1,12 +1,12 @@
services:
axonhub:
image: looplj/axonhub:v0.9.31
image: looplj/axonhub:v0.9.32
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8090"
- ${PANEL_APP_PORT_HTTP}:8090
volumes:
- ./data:/data
environment:
@@ -14,7 +14,7 @@ services:
- AXONHUB_DB_DIALECT=sqlite3
- AXONHUB_DB_DSN=file:/data/axonhub.db?cache=shared&_fk=1&pragma=journal_mode(WAL)
labels:
createdBy: "Apps"
createdBy: Apps
networks:
1panel-network:
external: true

View File

@@ -1,17 +1,17 @@
services:
cliproxyapi-plus:
image: eceasy/cli-proxy-api-plus:v6.9.9-0
image: eceasy/cli-proxy-api-plus:v6.9.23-0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8317"
- "${PANEL_APP_PORT_PROXY}:8085"
- "${PANEL_APP_PORT_1455}:1455"
- "${PANEL_APP_PORT_54545}:54545"
- "${PANEL_APP_PORT_51121}:51121"
- "${PANEL_APP_PORT_11451}:11451"
- ${PANEL_APP_PORT_HTTP}:8317
- ${PANEL_APP_PORT_PROXY}:8085
- ${PANEL_APP_PORT_1455}:1455
- ${PANEL_APP_PORT_54545}:54545
- ${PANEL_APP_PORT_51121}:51121
- ${PANEL_APP_PORT_11451}:11451
volumes:
- ./data/config.yaml:/CLIProxyAPI/config.yaml
- ./data/auths:/root/.cli-proxy-api
@@ -19,8 +19,7 @@ services:
environment:
- TZ=${TZ}
labels:
createdBy: "Apps"
createdBy: Apps
networks:
1panel-network:
external: true

View File

@@ -1,6 +1,6 @@
services:
craft-agents:
image: ghcr.io/lukilabs/craft-agents-server:0.8.5
image: ghcr.io/lukilabs/craft-agents-server:0.8.7
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

@@ -1,6 +1,6 @@
services:
flowise:
image: flowiseai/flowise:3.1.1
image: flowiseai/flowise:3.1.2
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

@@ -1,6 +1,6 @@
services:
litellm:
image: ghcr.io/berriai/litellm:v1.83.0-nightly
image: ghcr.io/berriai/litellm:v1.83.3-stable
container_name: ${CONTAINER_NAME}
#########################################
## Uncomment these lines to start proxy with a config.yaml file ##