diff --git a/deploy/args.json b/deploy/args.json index e1d7762f6..d070e9002 100644 --- a/deploy/args.json +++ b/deploy/args.json @@ -1,9 +1,9 @@ { "tags": { - "fastgpt": "v4.13.0", - "fastgpt-sandbox": "v4.13.0", - "fastgpt-mcp_server": "v4.13.0", - "fastgpt-plugin": "v0.2.0", + "fastgpt": "v4.13.1", + "fastgpt-sandbox": "v4.13.1", + "fastgpt-mcp_server": "v4.13.1", + "fastgpt-plugin": "v0.2.2", "aiproxy": "v0.3.2", "aiproxy-pg": "0.8.0-pg15", "mongo": "5.0.18", diff --git a/deploy/dev/docker-compose.cn.yml b/deploy/dev/docker-compose.cn.yml index 93e63ad79..45bd0cdf4 100644 --- a/deploy/dev/docker-compose.cn.yml +++ b/deploy/dev/docker-compose.cn.yml @@ -118,7 +118,7 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 ports: - 3002:3000 networks: @@ -126,7 +126,7 @@ services: restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 ports: - 3005:3000 networks: @@ -135,7 +135,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always ports: diff --git a/deploy/dev/docker-compose.yml b/deploy/dev/docker-compose.yml index fe5888aed..8226df375 100644 --- a/deploy/dev/docker-compose.yml +++ b/deploy/dev/docker-compose.yml @@ -118,7 +118,7 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 ports: - 3002:3000 networks: @@ -126,7 +126,7 @@ services: restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 ports: - 3005:3000 networks: @@ -135,7 +135,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always ports: diff --git a/deploy/docker/cn/docker-compose.milvus.yml b/deploy/docker/cn/docker-compose.milvus.yml index d72d708ff..6c21f21a7 100644 --- a/deploy/docker/cn/docker-compose.milvus.yml +++ b/deploy/docker/cn/docker-compose.milvus.yml @@ -150,7 +150,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -221,13 +221,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -236,7 +236,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -245,6 +245,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/deploy/docker/cn/docker-compose.oceanbase.yml b/deploy/docker/cn/docker-compose.oceanbase.yml index b16b9f58f..5adc5a4d1 100644 --- a/deploy/docker/cn/docker-compose.oceanbase.yml +++ b/deploy/docker/cn/docker-compose.oceanbase.yml @@ -125,7 +125,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -196,13 +196,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -211,7 +211,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -220,6 +220,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/deploy/docker/cn/docker-compose.pg.yml b/deploy/docker/cn/docker-compose.pg.yml index 04575c9e8..146d2d877 100644 --- a/deploy/docker/cn/docker-compose.pg.yml +++ b/deploy/docker/cn/docker-compose.pg.yml @@ -107,7 +107,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -178,13 +178,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -193,7 +193,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -202,6 +202,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/deploy/docker/cn/docker-compose.zilliz.yml b/deploy/docker/cn/docker-compose.zilliz.yml index b21f851f6..5287ec778 100644 --- a/deploy/docker/cn/docker-compose.zilliz.yml +++ b/deploy/docker/cn/docker-compose.zilliz.yml @@ -90,7 +90,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -161,13 +161,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -176,7 +176,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -185,6 +185,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/deploy/docker/global/docker-compose.milvus.yml b/deploy/docker/global/docker-compose.milvus.yml index 2cc8bf337..483ddb211 100644 --- a/deploy/docker/global/docker-compose.milvus.yml +++ b/deploy/docker/global/docker-compose.milvus.yml @@ -150,7 +150,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -221,13 +221,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -236,7 +236,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -245,6 +245,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/deploy/docker/global/docker-compose.oceanbase.yml b/deploy/docker/global/docker-compose.oceanbase.yml index 1e3ba6134..5e825506d 100644 --- a/deploy/docker/global/docker-compose.oceanbase.yml +++ b/deploy/docker/global/docker-compose.oceanbase.yml @@ -125,7 +125,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -196,13 +196,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -211,7 +211,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -220,6 +220,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/deploy/docker/global/docker-compose.pg.yml b/deploy/docker/global/docker-compose.pg.yml index 0c71286b1..32780eac8 100644 --- a/deploy/docker/global/docker-compose.pg.yml +++ b/deploy/docker/global/docker-compose.pg.yml @@ -107,7 +107,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -178,13 +178,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -193,7 +193,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -202,6 +202,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/deploy/docker/global/docker-compose.ziliiz.yml b/deploy/docker/global/docker-compose.ziliiz.yml index d16ba0fa2..0f4fe4660 100644 --- a/deploy/docker/global/docker-compose.ziliiz.yml +++ b/deploy/docker/global/docker-compose.ziliiz.yml @@ -90,7 +90,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -161,13 +161,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -176,7 +176,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -185,6 +185,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/content/docs/upgrading/4-13/4131.mdx b/document/content/docs/upgrading/4-13/4131.mdx index eb4f929bf..c7ccae8c8 100644 --- a/document/content/docs/upgrading/4-13/4131.mdx +++ b/document/content/docs/upgrading/4-13/4131.mdx @@ -1,9 +1,18 @@ --- -title: 'V4.13.1(进行中)' +title: 'V4.13.1' description: 'FastGPT V4.13.1 更新说明' --- +## 更新指南 +### 1. 更新镜像: + +- 更新 FastGPT 镜像tag: v4.13.1 +- 更新 FastGPT 商业版镜像tag: v4.13.1 +- 更新 fastgpt-plugin 镜像 tag: v0.2.2 +- mcp_server 无需更新 +- Sandbox 无需更新 +- AIProxy 无需更新 ## 🚀 新增内容 @@ -27,4 +36,5 @@ description: 'FastGPT V4.13.1 更新说明' 1. base64 解码工具,可以转化成文本和图片。 2. 墨迹天气工具。 3. 必优 PPT 生成工具。 -4. 可配置最大请求体大小,以及内部网络请求最大响应大小,避免响应体过大,导致内存溢出。 \ No newline at end of file +4. 可配置最大请求体大小,以及内部网络请求最大响应大小,避免响应体过大,导致内存溢出。 +5. 新增 Claude4.5, qwen3, kimi2, deepseek3.2 模型预设。 \ No newline at end of file diff --git a/document/data/doc-last-modified.json b/document/data/doc-last-modified.json index ab242a5f4..abe17d851 100644 --- a/document/data/doc-last-modified.json +++ b/document/data/doc-last-modified.json @@ -112,7 +112,7 @@ "document/content/docs/upgrading/4-12/4123.mdx": "2025-09-07T20:55:14+08:00", "document/content/docs/upgrading/4-12/4124.mdx": "2025-09-17T22:29:56+08:00", "document/content/docs/upgrading/4-13/4130.mdx": "2025-09-26T13:32:15+08:00", - "document/content/docs/upgrading/4-13/4131.mdx": "2025-09-30T11:21:41+08:00", + "document/content/docs/upgrading/4-13/4131.mdx": "2025-09-30T14:24:10+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", diff --git a/document/public/deploy/docker/cn/docker-compose.milvus.yml b/document/public/deploy/docker/cn/docker-compose.milvus.yml index d72d708ff..6c21f21a7 100644 --- a/document/public/deploy/docker/cn/docker-compose.milvus.yml +++ b/document/public/deploy/docker/cn/docker-compose.milvus.yml @@ -150,7 +150,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -221,13 +221,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -236,7 +236,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -245,6 +245,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/public/deploy/docker/cn/docker-compose.oceanbase.yml b/document/public/deploy/docker/cn/docker-compose.oceanbase.yml index b16b9f58f..5adc5a4d1 100644 --- a/document/public/deploy/docker/cn/docker-compose.oceanbase.yml +++ b/document/public/deploy/docker/cn/docker-compose.oceanbase.yml @@ -125,7 +125,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -196,13 +196,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -211,7 +211,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -220,6 +220,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/public/deploy/docker/cn/docker-compose.pg.yml b/document/public/deploy/docker/cn/docker-compose.pg.yml index 04575c9e8..146d2d877 100644 --- a/document/public/deploy/docker/cn/docker-compose.pg.yml +++ b/document/public/deploy/docker/cn/docker-compose.pg.yml @@ -107,7 +107,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -178,13 +178,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -193,7 +193,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -202,6 +202,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/public/deploy/docker/cn/docker-compose.zilliz.yml b/document/public/deploy/docker/cn/docker-compose.zilliz.yml index b21f851f6..5287ec778 100644 --- a/document/public/deploy/docker/cn/docker-compose.zilliz.yml +++ b/document/public/deploy/docker/cn/docker-compose.zilliz.yml @@ -90,7 +90,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -161,13 +161,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -176,7 +176,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -185,6 +185,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/public/deploy/docker/global/docker-compose.milvus.yml b/document/public/deploy/docker/global/docker-compose.milvus.yml index 2cc8bf337..483ddb211 100644 --- a/document/public/deploy/docker/global/docker-compose.milvus.yml +++ b/document/public/deploy/docker/global/docker-compose.milvus.yml @@ -150,7 +150,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -221,13 +221,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -236,7 +236,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -245,6 +245,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/public/deploy/docker/global/docker-compose.oceanbase.yml b/document/public/deploy/docker/global/docker-compose.oceanbase.yml index 1e3ba6134..5e825506d 100644 --- a/document/public/deploy/docker/global/docker-compose.oceanbase.yml +++ b/document/public/deploy/docker/global/docker-compose.oceanbase.yml @@ -125,7 +125,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -196,13 +196,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -211,7 +211,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -220,6 +220,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/public/deploy/docker/global/docker-compose.pg.yml b/document/public/deploy/docker/global/docker-compose.pg.yml index 0c71286b1..32780eac8 100644 --- a/document/public/deploy/docker/global/docker-compose.pg.yml +++ b/document/public/deploy/docker/global/docker-compose.pg.yml @@ -107,7 +107,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -178,13 +178,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -193,7 +193,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -202,6 +202,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy diff --git a/document/public/deploy/docker/global/docker-compose.ziliiz.yml b/document/public/deploy/docker/global/docker-compose.ziliiz.yml index d16ba0fa2..0f4fe4660 100644 --- a/document/public/deploy/docker/global/docker-compose.ziliiz.yml +++ b/document/public/deploy/docker/global/docker-compose.ziliiz.yml @@ -90,7 +90,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.13.0 # git + image: ghcr.io/labring/fastgpt:v4.13.1 # git ports: - 3000:3000 networks: @@ -161,13 +161,13 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.13.0 + image: ghcr.io/labring/fastgpt-sandbox:v4.13.1 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0 + image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1 networks: - fastgpt ports: @@ -176,7 +176,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.2.0 + image: ghcr.io/labring/fastgpt-plugin:v0.2.2 container_name: fastgpt-plugin restart: always networks: @@ -185,6 +185,10 @@ services: <<: *x-share-db-config AUTH_TOKEN: *x-plugin-auth-token S3_BUCKET: fastgpt-plugins + # 工具网络请求,最大请求和响应体 + SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10 + # 最大 API 请求体大小 + MAX_API_SIZE: 10 depends_on: fastgpt-minio: condition: service_healthy