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
fbbe8525
authored
Apr 01, 2026
by
Archer
Committed by
GitHub
Apr 01, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update deploy yml (#6695)
* deploy doc * doc * doc * doc
parent
529e29e0
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
114 additions
and
114 deletions
+114
-114
deploy/docker/cn/docker-compose.milvus.yml
+5
-5
deploy/docker/cn/docker-compose.oceanbase.yml
+5
-5
deploy/docker/cn/docker-compose.pg.yml
+5
-5
deploy/docker/cn/docker-compose.seekdb.yml
+5
-5
deploy/docker/cn/docker-compose.zilliz.yml
+5
-5
deploy/docker/global/docker-compose.milvus.yml
+5
-5
deploy/docker/global/docker-compose.oceanbase.yml
+5
-5
deploy/docker/global/docker-compose.pg.yml
+5
-5
deploy/docker/global/docker-compose.seekdb.yml
+5
-5
deploy/docker/global/docker-compose.ziliiz.yml
+5
-5
deploy/templates/docker-compose.prod.yml
+5
-5
document/content/docs/self-host/upgrading/4-14/41410.mdx
+4
-4
document/data/doc-last-modified.json
+5
-5
document/public/deploy/docker/cn/docker-compose.milvus.yml
+5
-5
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
+5
-5
document/public/deploy/docker/cn/docker-compose.pg.yml
+5
-5
document/public/deploy/docker/cn/docker-compose.seekdb.yml
+5
-5
document/public/deploy/docker/cn/docker-compose.zilliz.yml
+5
-5
document/public/deploy/docker/global/docker-compose.milvus.yml
+5
-5
document/public/deploy/docker/global/docker-compose.oceanbase.yml
+5
-5
document/public/deploy/docker/global/docker-compose.pg.yml
+5
-5
document/public/deploy/docker/global/docker-compose.seekdb.yml
+5
-5
document/public/deploy/docker/global/docker-compose.ziliiz.yml
+5
-5
No files found.
deploy/docker/cn/docker-compose.milvus.yml
View file @
fbbe8525
...
...
@@ -190,8 +190,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -332,7 +332,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/cn/docker-compose.oceanbase.yml
View file @
fbbe8525
...
...
@@ -167,8 +167,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -309,7 +309,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/cn/docker-compose.pg.yml
View file @
fbbe8525
...
...
@@ -148,8 +148,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -290,7 +290,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/cn/docker-compose.seekdb.yml
View file @
fbbe8525
...
...
@@ -154,8 +154,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -296,7 +296,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/cn/docker-compose.zilliz.yml
View file @
fbbe8525
...
...
@@ -132,8 +132,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -274,7 +274,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/global/docker-compose.milvus.yml
View file @
fbbe8525
...
...
@@ -190,8 +190,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -332,7 +332,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/global/docker-compose.oceanbase.yml
View file @
fbbe8525
...
...
@@ -167,8 +167,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -309,7 +309,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/global/docker-compose.pg.yml
View file @
fbbe8525
...
...
@@ -148,8 +148,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -290,7 +290,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/global/docker-compose.seekdb.yml
View file @
fbbe8525
...
...
@@ -154,8 +154,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -296,7 +296,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/docker/global/docker-compose.ziliiz.yml
View file @
fbbe8525
...
...
@@ -132,8 +132,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -274,7 +274,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
deploy/templates/docker-compose.prod.yml
View file @
fbbe8525
...
...
@@ -131,8 +131,8 @@ ${{vec.db}}
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
${{fastgpt.image}}:${{fastgpt.tag}}
ports
:
-
3000:3000
...
...
@@ -169,8 +169,8 @@ ${{vec.db}}
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -273,7 +273,7 @@ ${{vec.db}}
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
${{fastgpt-plugin.image}}:${{fastgpt-plugin.tag}}
container_name
:
fastgpt-plugin
...
...
document/content/docs/self-host/upgrading/4-14/41410.mdx
View file @
fbbe8525
...
...
@@ -14,7 +14,7 @@ description: 'FastGPT V4.14.10 更新说明'
1. 在文件顶部增加 `x-volume-manager-auth-token: &x-volume-manager-auth-token 'vmtoken'` 变量配置。
2. 增加 3 组 services: `opensandbox-server`,`volume-manager`,`agent-sandbox-image`
3. 增加 `configs`, 文件底部可找到该内容,直接复制添加。
4. 修改 `fastgpt` 环境变量, 增加以下变量:
4. 修改 `fastgpt
-app`/`fastgpt-pro
` 环境变量, 增加以下变量:
```bash
# ==================== Agent sandbox 配置 ====================
...
...
@@ -24,7 +24,7 @@ AGENT_SANDBOX_OPENSANDBOX_BASEURL: http://opensandbox-server:8090
AGENT_SANDBOX_OPENSANDBOX_API_KEY:
AGENT_SANDBOX_OPENSANDBOX_RUNTIME: docker
AGENT_SANDBOX_OPENSANDBOX_IMAGE_REPO: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG: v0.
0.2
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG: v0.
1
# Volume 持久化配置(opensandbox provider 下可选)
AGENT_SANDBOX_ENABLE_VOLUME: true
AGENT_SANDBOX_VOLUME_MANAGER_URL: http://volume-manager:3000
...
...
@@ -39,8 +39,8 @@ AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token
### 3. 更新镜像 tag
- 更新
FastGPT
镜像 tag: v4.14.10
- 更新
FastGPT 商业版
镜像 tag: v4.14.10
- 更新
fastgpt-app(fastgpt 主服务)
镜像 tag: v4.14.10
- 更新
fastpgt-pro(商业版)
镜像 tag: v4.14.10
- 更新 code-sandbox 镜像 tag: v4.14.10
- 更新 fastgpt-plugin 镜像 tag: v0.5.6
...
...
document/data/doc-last-modified.json
View file @
fbbe8525
...
...
@@ -173,8 +173,8 @@
"document/content/docs/self-host/custom-models/ollama.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/custom-models/xinference.en.mdx"
:
"2026-03-30T10:05:42+08:00"
,
"document/content/docs/self-host/custom-models/xinference.mdx"
:
"2026-03-30T10:05:42+08:00"
,
"document/content/docs/self-host/deploy/docker.en.mdx"
:
"2026-03-31T2
2:46:45
+08:00"
,
"document/content/docs/self-host/deploy/docker.mdx"
:
"2026-03-31T2
2:32:05
+08:00"
,
"document/content/docs/self-host/deploy/docker.en.mdx"
:
"2026-03-31T2
3:15:29
+08:00"
,
"document/content/docs/self-host/deploy/docker.mdx"
:
"2026-03-31T2
3:15:29
+08:00"
,
"document/content/docs/self-host/deploy/sealos.en.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/deploy/sealos.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/design/dataset.en.mdx"
:
"2026-03-03T17:39:47+08:00"
,
...
...
@@ -220,8 +220,8 @@
"document/content/docs/self-host/upgrading/4-14/4140.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/upgrading/4-14/4141.en.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/upgrading/4-14/4141.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/upgrading/4-14/41410.en.mdx"
:
"2026-03-31T2
2:46:45
+08:00"
,
"document/content/docs/self-host/upgrading/4-14/41410.mdx"
:
"2026-0
3-31T22:46:45
+08:00"
,
"document/content/docs/self-host/upgrading/4-14/41410.en.mdx"
:
"2026-03-31T2
3:15:29
+08:00"
,
"document/content/docs/self-host/upgrading/4-14/41410.mdx"
:
"2026-0
4-01T13:31:09
+08:00"
,
"document/content/docs/self-host/upgrading/4-14/4142.en.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/upgrading/4-14/4142.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/upgrading/4-14/4143.en.mdx"
:
"2026-03-03T17:39:47+08:00"
,
...
...
@@ -382,7 +382,7 @@
"document/content/docs/self-host/upgrading/outdated/499.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/upgrading/upgrade-intruction.en.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/self-host/upgrading/upgrade-intruction.mdx"
:
"2026-03-03T17:39:47+08:00"
,
"document/content/docs/toc.en.mdx"
:
"2026-03-31T2
2:46:45
+08:00"
,
"document/content/docs/toc.en.mdx"
:
"2026-03-31T2
3:15:29
+08:00"
,
"document/content/docs/toc.mdx"
:
"2026-03-24T09:59:30+08:00"
,
"document/content/docs/use-cases/app-cases/dalle3.en.mdx"
:
"2026-02-26T22:14:30+08:00"
,
"document/content/docs/use-cases/app-cases/dalle3.mdx"
:
"2025-07-23T21:35:03+08:00"
,
...
...
document/public/deploy/docker/cn/docker-compose.milvus.yml
View file @
fbbe8525
...
...
@@ -190,8 +190,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -332,7 +332,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
View file @
fbbe8525
...
...
@@ -167,8 +167,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -309,7 +309,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/cn/docker-compose.pg.yml
View file @
fbbe8525
...
...
@@ -148,8 +148,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -290,7 +290,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/cn/docker-compose.seekdb.yml
View file @
fbbe8525
...
...
@@ -154,8 +154,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -296,7 +296,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/cn/docker-compose.zilliz.yml
View file @
fbbe8525
...
...
@@ -132,8 +132,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -274,7 +274,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/global/docker-compose.milvus.yml
View file @
fbbe8525
...
...
@@ -190,8 +190,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -332,7 +332,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/global/docker-compose.oceanbase.yml
View file @
fbbe8525
...
...
@@ -167,8 +167,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -309,7 +309,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/global/docker-compose.pg.yml
View file @
fbbe8525
...
...
@@ -148,8 +148,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -290,7 +290,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/global/docker-compose.seekdb.yml
View file @
fbbe8525
...
...
@@ -154,8 +154,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -296,7 +296,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
document/public/deploy/docker/global/docker-compose.ziliiz.yml
View file @
fbbe8525
...
...
@@ -132,8 +132,8 @@ services:
timeout
:
20s
retries
:
3
fastgpt
:
container_name
:
fastgpt
fastgpt
-app
:
container_name
:
fastgpt
-app
image
:
ghcr.io/labring/fastgpt:v4.14.10
ports
:
-
3000:3000
...
...
@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL
:
http://fastgpt-plugin:3000
PLUGIN_TOKEN
:
*x-plugin-auth-token
# code-sandbox 地址
SANDBOX_URL
:
http://code-sandbox:3000
SANDBOX_TOKEN
:
*x-code-sandbox-token
CODE_
SANDBOX_URL
:
http://code-sandbox:3000
CODE_
SANDBOX_TOKEN
:
*x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT
:
http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...
...
@@ -274,7 +274,7 @@ services:
restart
:
always
environment
:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt:3000
FASTGPT_ENDPOINT
:
http://fastgpt
-app
:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name
:
fastgpt-plugin
...
...
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