deploy doc (#5953)
Some checks failed
Document deploy / sync-images (push) Waiting to run
Document deploy / generate-timestamp (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled

* fix: text split

* remove test

* perf: create dataset modal

* remove log

* deploy doc
This commit is contained in:
Archer 2025-11-18 19:27:14 +08:00 committed by GitHub
parent 6adee71c7a
commit f08f3a8a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
25 changed files with 106 additions and 79 deletions

View File

@ -1,9 +1,9 @@
{
"tags": {
"fastgpt": "v4.14.1",
"fastgpt-sandbox": "v4.14.1",
"fastgpt-mcp_server": "v4.14.1",
"fastgpt-plugin": "v0.3.1",
"fastgpt": "v4.14.2",
"fastgpt-sandbox": "v4.14.2",
"fastgpt-mcp_server": "v4.14.2",
"fastgpt-plugin": "v0.3.2",
"aiproxy": "v0.3.2",
"aiproxy-pg": "0.8.0-pg15",
"mongo": "5.0.18",

View File

@ -136,7 +136,7 @@ services:
retries: 3
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:
- 3002:3000
networks:
@ -144,7 +144,7 @@ services:
restart: always
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:
- 3005:3000
networks:
@ -153,7 +153,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
ports:

View File

@ -136,7 +136,7 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
ports:
- 3002:3000
networks:
@ -144,7 +144,7 @@ services:
restart: always
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:
- 3005:3000
networks:
@ -153,7 +153,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
ports:

View File

@ -177,7 +177,7 @@ services:
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:
- 3000:3000
networks:
@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -242,7 +242,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -154,7 +154,7 @@ services:
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:
- 3000:3000
networks:
@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -219,7 +219,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -135,7 +135,7 @@ services:
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:
- 3000:3000
networks:
@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -200,7 +200,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -118,7 +118,7 @@ services:
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:
- 3000:3000
networks:
@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -183,7 +183,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -177,7 +177,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -242,7 +242,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:

View File

@ -154,7 +154,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -219,7 +219,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:

View File

@ -135,7 +135,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -200,7 +200,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:

View File

@ -118,7 +118,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -183,7 +183,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:

View File

@ -113,6 +113,7 @@ description: FastGPT 文档目录
- [/docs/upgrading/4-14/4140](/docs/upgrading/4-14/4140)
- [/docs/upgrading/4-14/4141](/docs/upgrading/4-14/4141)
- [/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/41](/docs/upgrading/4-8/41)
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)

View File

@ -29,7 +29,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4141' \
## 🚀 新增内容
1. 新工作台交互。
1. 新工作台交互。原插件,改名"工作流工具",并移动到我的工具分类下。
2. 工作流运行欠费后提供继续运行按键,无需从头开始。
## ⚙️ 优化

View File

@ -1,13 +1,22 @@
---
title: 'V4.14.2(进行中)'
title: '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。
3. 支持 Agent 编辑页快速创建知识库。
@ -15,6 +24,7 @@ description: 'FastGPT V4.14.2 更新说明'
1. 30 分钟模板市场缓存时长。
2. 自定义分隔符块大小采用最大块大小。
3. 避免日志记录触发递归日志风暴,排除日志模型的性能监控中间件。
## 🐛 修复

View File

@ -0,0 +1,16 @@
---
title: 'V4.14.3(进行中)'
description: 'FastGPT V4.14.2 更新说明'
---
## 🚀 新增内容
## ⚙️ 优化
## 🐛 修复
## 插件

View File

@ -1,5 +1,5 @@
{
"title": "4.14.x",
"description": "",
"pages": ["4142", "4141", "4140"]
"pages": ["4143", "4142", "4141", "4140"]
}

View File

@ -116,7 +116,7 @@
"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/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/41.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",

View File

@ -177,7 +177,7 @@ services:
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:
- 3000:3000
networks:
@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -242,7 +242,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -154,7 +154,7 @@ services:
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:
- 3000:3000
networks:
@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -219,7 +219,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -135,7 +135,7 @@ services:
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:
- 3000:3000
networks:
@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -200,7 +200,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -118,7 +118,7 @@ services:
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:
- 3000:3000
networks:
@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json
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:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -183,7 +183,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
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
restart: always
networks:

View File

@ -177,7 +177,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -242,7 +242,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:

View File

@ -154,7 +154,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -219,7 +219,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:

View File

@ -135,7 +135,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -200,7 +200,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:

View File

@ -118,7 +118,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
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:
- fastgpt
ports:
@ -183,7 +183,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks: