Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
1d2fe012
authored
Sep 30, 2025
by
Archer
Committed by
GitHub
Sep 30, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy doc (#5729)
parent
a83ae8e6
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
151 additions
and
76 deletions
+151
-76
deploy/args.json
+4
-4
deploy/dev/docker-compose.cn.yml
+3
-3
deploy/dev/docker-compose.yml
+3
-3
deploy/docker/cn/docker-compose.milvus.yml
+8
-4
deploy/docker/cn/docker-compose.oceanbase.yml
+8
-4
deploy/docker/cn/docker-compose.pg.yml
+8
-4
deploy/docker/cn/docker-compose.zilliz.yml
+8
-4
deploy/docker/global/docker-compose.milvus.yml
+8
-4
deploy/docker/global/docker-compose.oceanbase.yml
+8
-4
deploy/docker/global/docker-compose.pg.yml
+8
-4
deploy/docker/global/docker-compose.ziliiz.yml
+8
-4
document/content/docs/upgrading/4-13/4131.mdx
+12
-1
document/data/doc-last-modified.json
+1
-1
document/public/deploy/docker/cn/docker-compose.milvus.yml
+8
-4
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
+8
-4
document/public/deploy/docker/cn/docker-compose.pg.yml
+8
-4
document/public/deploy/docker/cn/docker-compose.zilliz.yml
+8
-4
document/public/deploy/docker/global/docker-compose.milvus.yml
+8
-4
document/public/deploy/docker/global/docker-compose.oceanbase.yml
+8
-4
document/public/deploy/docker/global/docker-compose.pg.yml
+8
-4
document/public/deploy/docker/global/docker-compose.ziliiz.yml
+8
-4
No files found.
deploy/args.json
View file @
1d2fe012
{
{
"tags"
:
{
"tags"
:
{
"fastgpt"
:
"v4.13.
0
"
,
"fastgpt"
:
"v4.13.
1
"
,
"fastgpt-sandbox"
:
"v4.13.
0
"
,
"fastgpt-sandbox"
:
"v4.13.
1
"
,
"fastgpt-mcp_server"
:
"v4.13.
0
"
,
"fastgpt-mcp_server"
:
"v4.13.
1
"
,
"fastgpt-plugin"
:
"v0.2.
0
"
,
"fastgpt-plugin"
:
"v0.2.
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"
,
...
...
deploy/dev/docker-compose.cn.yml
View file @
1d2fe012
...
@@ -118,7 +118,7 @@ services:
...
@@ -118,7 +118,7 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -126,7 +126,7 @@ services:
...
@@ -126,7 +126,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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -135,7 +135,7 @@ services:
...
@@ -135,7 +135,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
...
deploy/dev/docker-compose.yml
View file @
1d2fe012
...
@@ -118,7 +118,7 @@ services:
...
@@ -118,7 +118,7 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
ports
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -126,7 +126,7 @@ services:
...
@@ -126,7 +126,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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -135,7 +135,7 @@ services:
...
@@ -135,7 +135,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
...
deploy/docker/cn/docker-compose.milvus.yml
View file @
1d2fe012
...
@@ -150,7 +150,7 @@ services:
...
@@ -150,7 +150,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -221,13 +221,13 @@ services:
...
@@ -221,13 +221,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -236,7 +236,7 @@ services:
...
@@ -236,7 +236,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -245,6 +245,10 @@ services:
...
@@ -245,6 +245,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
deploy/docker/cn/docker-compose.oceanbase.yml
View file @
1d2fe012
...
@@ -125,7 +125,7 @@ services:
...
@@ -125,7 +125,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -196,13 +196,13 @@ services:
...
@@ -196,13 +196,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -211,7 +211,7 @@ services:
...
@@ -211,7 +211,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -220,6 +220,10 @@ services:
...
@@ -220,6 +220,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
deploy/docker/cn/docker-compose.pg.yml
View file @
1d2fe012
...
@@ -107,7 +107,7 @@ services:
...
@@ -107,7 +107,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -178,13 +178,13 @@ services:
...
@@ -178,13 +178,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -193,7 +193,7 @@ services:
...
@@ -193,7 +193,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -202,6 +202,10 @@ services:
...
@@ -202,6 +202,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
deploy/docker/cn/docker-compose.zilliz.yml
View file @
1d2fe012
...
@@ -90,7 +90,7 @@ services:
...
@@ -90,7 +90,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -161,13 +161,13 @@ services:
...
@@ -161,13 +161,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -176,7 +176,7 @@ services:
...
@@ -176,7 +176,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -185,6 +185,10 @@ services:
...
@@ -185,6 +185,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
deploy/docker/global/docker-compose.milvus.yml
View file @
1d2fe012
...
@@ -150,7 +150,7 @@ services:
...
@@ -150,7 +150,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -221,13 +221,13 @@ services:
...
@@ -221,13 +221,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -236,7 +236,7 @@ services:
...
@@ -236,7 +236,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -245,6 +245,10 @@ services:
...
@@ -245,6 +245,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
deploy/docker/global/docker-compose.oceanbase.yml
View file @
1d2fe012
...
@@ -125,7 +125,7 @@ services:
...
@@ -125,7 +125,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -196,13 +196,13 @@ services:
...
@@ -196,13 +196,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -211,7 +211,7 @@ services:
...
@@ -211,7 +211,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -220,6 +220,10 @@ services:
...
@@ -220,6 +220,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
deploy/docker/global/docker-compose.pg.yml
View file @
1d2fe012
...
@@ -107,7 +107,7 @@ services:
...
@@ -107,7 +107,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -178,13 +178,13 @@ services:
...
@@ -178,13 +178,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -193,7 +193,7 @@ services:
...
@@ -193,7 +193,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -202,6 +202,10 @@ services:
...
@@ -202,6 +202,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
deploy/docker/global/docker-compose.ziliiz.yml
View file @
1d2fe012
...
@@ -90,7 +90,7 @@ services:
...
@@ -90,7 +90,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -161,13 +161,13 @@ services:
...
@@ -161,13 +161,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -176,7 +176,7 @@ services:
...
@@ -176,7 +176,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -185,6 +185,10 @@ services:
...
@@ -185,6 +185,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/content/docs/upgrading/4-13/4131.mdx
View file @
1d2fe012
---
---
title: 'V4.13.1
(进行中)
'
title: 'V4.13.1'
description: 'FastGPT 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 无需更新
## 🚀 新增内容
## 🚀 新增内容
...
@@ -28,3 +37,4 @@ description: 'FastGPT V4.13.1 更新说明'
...
@@ -28,3 +37,4 @@ description: 'FastGPT V4.13.1 更新说明'
2. 墨迹天气工具。
2. 墨迹天气工具。
3. 必优 PPT 生成工具。
3. 必优 PPT 生成工具。
4. 可配置最大请求体大小,以及内部网络请求最大响应大小,避免响应体过大,导致内存溢出。
4. 可配置最大请求体大小,以及内部网络请求最大响应大小,避免响应体过大,导致内存溢出。
5. 新增 Claude4.5, qwen3, kimi2, deepseek3.2 模型预设。
\ No newline at end of file
document/data/doc-last-modified.json
View file @
1d2fe012
...
@@ -112,7 +112,7 @@
...
@@ -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/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-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/4130.mdx"
:
"2025-09-26T13:32:15+08:00"
,
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T1
1:21:41
+08:00"
,
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T1
4: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/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"
,
...
...
document/public/deploy/docker/cn/docker-compose.milvus.yml
View file @
1d2fe012
...
@@ -150,7 +150,7 @@ services:
...
@@ -150,7 +150,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -221,13 +221,13 @@ services:
...
@@ -221,13 +221,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -236,7 +236,7 @@ services:
...
@@ -236,7 +236,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -245,6 +245,10 @@ services:
...
@@ -245,6 +245,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
View file @
1d2fe012
...
@@ -125,7 +125,7 @@ services:
...
@@ -125,7 +125,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -196,13 +196,13 @@ services:
...
@@ -196,13 +196,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -211,7 +211,7 @@ services:
...
@@ -211,7 +211,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -220,6 +220,10 @@ services:
...
@@ -220,6 +220,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/public/deploy/docker/cn/docker-compose.pg.yml
View file @
1d2fe012
...
@@ -107,7 +107,7 @@ services:
...
@@ -107,7 +107,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -178,13 +178,13 @@ services:
...
@@ -178,13 +178,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -193,7 +193,7 @@ services:
...
@@ -193,7 +193,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -202,6 +202,10 @@ services:
...
@@ -202,6 +202,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/public/deploy/docker/cn/docker-compose.zilliz.yml
View file @
1d2fe012
...
@@ -90,7 +90,7 @@ services:
...
@@ -90,7 +90,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -161,13 +161,13 @@ services:
...
@@ -161,13 +161,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
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
:
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.13.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -176,7 +176,7 @@ services:
...
@@ -176,7 +176,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.2.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -185,6 +185,10 @@ services:
...
@@ -185,6 +185,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/public/deploy/docker/global/docker-compose.milvus.yml
View file @
1d2fe012
...
@@ -150,7 +150,7 @@ services:
...
@@ -150,7 +150,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -221,13 +221,13 @@ services:
...
@@ -221,13 +221,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -236,7 +236,7 @@ services:
...
@@ -236,7 +236,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -245,6 +245,10 @@ services:
...
@@ -245,6 +245,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/public/deploy/docker/global/docker-compose.oceanbase.yml
View file @
1d2fe012
...
@@ -125,7 +125,7 @@ services:
...
@@ -125,7 +125,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -196,13 +196,13 @@ services:
...
@@ -196,13 +196,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -211,7 +211,7 @@ services:
...
@@ -211,7 +211,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -220,6 +220,10 @@ services:
...
@@ -220,6 +220,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/public/deploy/docker/global/docker-compose.pg.yml
View file @
1d2fe012
...
@@ -107,7 +107,7 @@ services:
...
@@ -107,7 +107,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -178,13 +178,13 @@ services:
...
@@ -178,13 +178,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -193,7 +193,7 @@ services:
...
@@ -193,7 +193,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -202,6 +202,10 @@ services:
...
@@ -202,6 +202,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
document/public/deploy/docker/global/docker-compose.ziliiz.yml
View file @
1d2fe012
...
@@ -90,7 +90,7 @@ services:
...
@@ -90,7 +90,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.13.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.13.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -161,13 +161,13 @@ services:
...
@@ -161,13 +161,13 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.13.
1
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.13.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.13.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -176,7 +176,7 @@ services:
...
@@ -176,7 +176,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.2.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.2.
2
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -185,6 +185,10 @@ services:
...
@@ -185,6 +185,10 @@ services:
<<
:
*x-share-db-config
<<
:
*x-share-db-config
AUTH_TOKEN
:
*x-plugin-auth-token
AUTH_TOKEN
:
*x-plugin-auth-token
S3_BUCKET
:
fastgpt-plugins
S3_BUCKET
:
fastgpt-plugins
# 工具网络请求,最大请求和响应体
SERVICE_REQUEST_MAX_CONTENT_LENGTH
:
10
# 最大 API 请求体大小
MAX_API_SIZE
:
10
depends_on
:
depends_on
:
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment