Commit f08f3a8a by Archer Committed by GitHub

deploy doc (#5953)

* fix: text split

* remove test

* perf: create dataset modal

* remove log

* deploy doc
parent 6adee71c
{ {
"tags": { "tags": {
"fastgpt": "v4.14.1", "fastgpt": "v4.14.2",
"fastgpt-sandbox": "v4.14.1", "fastgpt-sandbox": "v4.14.2",
"fastgpt-mcp_server": "v4.14.1", "fastgpt-mcp_server": "v4.14.2",
"fastgpt-plugin": "v0.3.1", "fastgpt-plugin": "v0.3.2",
"aiproxy": "v0.3.2", "aiproxy": "v0.3.2",
"aiproxy-pg": "0.8.0-pg15", "aiproxy-pg": "0.8.0-pg15",
"mongo": "5.0.18", "mongo": "5.0.18",
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
...@@ -153,7 +153,7 @@ services: ...@@ -153,7 +153,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
ports: ports:
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
...@@ -153,7 +153,7 @@ services: ...@@ -153,7 +153,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
ports: ports:
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -113,6 +113,7 @@ description: FastGPT 文档目录 ...@@ -113,6 +113,7 @@ description: FastGPT 文档目录
- [/docs/upgrading/4-14/4140](/docs/upgrading/4-14/4140) - [/docs/upgrading/4-14/4140](/docs/upgrading/4-14/4140)
- [/docs/upgrading/4-14/4141](/docs/upgrading/4-14/4141) - [/docs/upgrading/4-14/4141](/docs/upgrading/4-14/4141)
- [/docs/upgrading/4-14/4142](/docs/upgrading/4-14/4142) - [/docs/upgrading/4-14/4142](/docs/upgrading/4-14/4142)
- [/docs/upgrading/4-14/4143](/docs/upgrading/4-14/4143)
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40) - [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41) - [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42) - [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)
......
...@@ -29,7 +29,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4141' \ ...@@ -29,7 +29,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4141' \
## 🚀 新增内容 ## 🚀 新增内容
1. 新工作台交互。 1. 新工作台交互。原插件,改名"工作流工具",并移动到我的工具分类下。
2. 工作流运行欠费后提供继续运行按键,无需从头开始。 2. 工作流运行欠费后提供继续运行按键,无需从头开始。
## ⚙️ 优化 ## ⚙️ 优化
......
--- ---
title: 'V4.14.2(进行中)' title: 'V4.14.2'
description: 'FastGPT V4.14.2 更新说明' description: 'FastGPT V4.14.2 更新说明'
--- ---
## 更新指南
### 1. 更新镜像:
- 更新 FastGPT 镜像tag: v4.14.2
- 更新 FastGPT 商业版镜像tag: v4.14.2
- 更新 fastgpt-plugin 镜像 tag: v0.3.2
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新
## 🚀 新增内容 ## 🚀 新增内容
1. 封装底层 Agent Call 方式,支持工具连续调用时上下文的压缩,以及单个工具长响应的压缩 1. 封装底层 Agent Call 方式,支持工具连续调用时上下文的压缩。
2. 模板市场新 UI。 2. 模板市场新 UI。
3. 支持 Agent 编辑页快速创建知识库。 3. 支持 Agent 编辑页快速创建知识库。
...@@ -15,6 +24,7 @@ description: 'FastGPT V4.14.2 更新说明' ...@@ -15,6 +24,7 @@ description: 'FastGPT V4.14.2 更新说明'
1. 30 分钟模板市场缓存时长。 1. 30 分钟模板市场缓存时长。
2. 自定义分隔符块大小采用最大块大小。 2. 自定义分隔符块大小采用最大块大小。
3. 避免日志记录触发递归日志风暴,排除日志模型的性能监控中间件。
## 🐛 修复 ## 🐛 修复
......
---
title: 'V4.14.3(进行中)'
description: 'FastGPT V4.14.2 更新说明'
---
## 🚀 新增内容
## ⚙️ 优化
## 🐛 修复
## 插件
{ {
"title": "4.14.x", "title": "4.14.x",
"description": "", "description": "",
"pages": ["4142", "4141", "4140"] "pages": ["4143", "4142", "4141", "4140"]
} }
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
"document/content/docs/upgrading/4-13/4132.mdx": "2025-10-21T11:46:53+08:00", "document/content/docs/upgrading/4-13/4132.mdx": "2025-10-21T11:46:53+08:00",
"document/content/docs/upgrading/4-14/4140.mdx": "2025-11-06T15:43:00+08:00", "document/content/docs/upgrading/4-14/4140.mdx": "2025-11-06T15:43:00+08:00",
"document/content/docs/upgrading/4-14/4141.mdx": "2025-11-12T12:19:02+08:00", "document/content/docs/upgrading/4-14/4141.mdx": "2025-11-12T12:19:02+08:00",
"document/content/docs/upgrading/4-14/4142.mdx": "2025-11-17T21:02:39+08:00", "document/content/docs/upgrading/4-14/4142.mdx": "2025-11-18T18:16:09+08:00",
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1 image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment