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
0526411c
authored
Aug 07, 2025
by
Archer
Committed by
GitHub
Aug 07, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc (#5401)
parent
17599d95
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
36 deletions
+36
-36
deploy/docker/docker-compose-milvus.yml
+8
-8
deploy/docker/docker-compose-oceanbase/docker-compose.yml
+8
-8
deploy/docker/docker-compose-pgvector.yml
+8
-8
deploy/docker/docker-compose-zilliz.yml
+8
-8
deploy/docker/yml.js
+2
-2
document/content/docs/upgrading/4-11/4111.mdx
+2
-2
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
0526411c
...
...
@@ -151,8 +151,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.11.
0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
0
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.11.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
1-fix2
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
@@ -209,15 +209,15 @@ services:
-
./config.json:/app/data/config.json
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
1
.1 # 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
1
.1 # 阿里云
ports
:
-
3005:3000
networks
:
...
...
@@ -226,8 +226,8 @@ services:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
5
# 阿里云
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
7
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
7
# 阿里云
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
deploy/docker/docker-compose-oceanbase/docker-compose.yml
View file @
0526411c
...
...
@@ -126,8 +126,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.11.
0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
0
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.11.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
1-fix2
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
@@ -183,15 +183,15 @@ services:
-
./config.json:/app/data/config.json
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
1
.1 # 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
1
.1 # 阿里云
ports
:
-
3005:3000
networks
:
...
...
@@ -200,8 +200,8 @@ services:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
5
# 阿里云
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
7
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
7
# 阿里云
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
0526411c
...
...
@@ -112,8 +112,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.11.
0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
0
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.11.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
1-fix2
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
@@ -169,15 +169,15 @@ services:
-
./config.json:/app/data/config.json
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
1
.1 # 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
1
.1 # 阿里云
ports
:
-
3005:3000
networks
:
...
...
@@ -186,8 +186,8 @@ services:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
5
# 阿里云
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
7
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
7
# 阿里云
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
0526411c
...
...
@@ -92,8 +92,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.11.
0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
0
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.11.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.
1-fix2
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
@@ -151,15 +151,15 @@ services:
-
./config.json:/app/data/config.json
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.1
1
.1 # 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
0
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
0
.1 # 阿里云
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.1
1
.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.1
1
.1 # 阿里云
ports
:
-
3005:3000
networks
:
...
...
@@ -168,8 +168,8 @@ services:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
5
# 阿里云
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
7
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
7
# 阿里云
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
deploy/docker/yml.js
View file @
0526411c
...
...
@@ -95,8 +95,8 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.11.1 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1 # 阿里云
image: ghcr.io/labring/fastgpt:v4.11.1
-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1
-fix2
# 阿里云
ports:
- 3000:3000
networks:
...
...
document/content/docs/upgrading/4-11/4111.mdx
View file @
0526411c
...
...
@@ -7,8 +7,8 @@ description: 'FastGPT V4.11.1 更新说明'
### 1. 更新镜像:
- 更新 FastGPT 镜像tag: v4.11.1
- 更新 FastGPT 商业版镜像tag: v4.11.1
- 更新 FastGPT 镜像tag: v4.11.1
-fix2
- 更新 FastGPT 商业版镜像tag: v4.11.1
-fix
- 更新 fastgpt-plugin 镜像 tag: v0.1.7
- mcp_server 无需更新
- Sandbox 无需更新
...
...
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