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
7f13eb46
authored
Mar 21, 2025
by
Archer
Committed by
GitHub
Mar 21, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#4256)
parent
9a1fff74
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
deploy/docker/docker-compose-milvus.yml
+4
-4
deploy/docker/docker-compose-pgvector.yml
+4
-4
deploy/docker/docker-compose-zilliz.yml
+4
-4
docSite/content/zh-cn/docs/development/upgrading/491.md
+2
-2
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
7f13eb46
...
@@ -114,15 +114,15 @@ services:
...
@@ -114,15 +114,15 @@ services:
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.1
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.1
-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1
-fix2
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.1
# git
image
:
ghcr.io/labring/fastgpt:v4.9.1
-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1
-fix2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
7f13eb46
...
@@ -72,15 +72,15 @@ services:
...
@@ -72,15 +72,15 @@ services:
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.1
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.1
-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1
-fix2
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.1
# git
image
:
ghcr.io/labring/fastgpt:v4.9.1
-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1
-fix2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
7f13eb46
...
@@ -53,15 +53,15 @@ services:
...
@@ -53,15 +53,15 @@ services:
wait $$!
wait $$!
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.1
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.1
-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1
-fix2
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.1
# git
image
:
ghcr.io/labring/fastgpt:v4.9.1
-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1
-fix2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
docSite/content/zh-cn/docs/development/upgrading/491.md
View file @
7f13eb46
...
@@ -13,8 +13,8 @@ weight: 799
...
@@ -13,8 +13,8 @@ weight: 799
### 2. 更新镜像
### 2. 更新镜像
-
更新 FastGPT 镜像 tag: v4.9.1
-
更新 FastGPT 镜像 tag: v4.9.1
-fix2
-
更新 FastGPT 商业版镜像 tag: v4.9.1
-
更新 FastGPT 商业版镜像 tag: v4.9.1
-fix2
-
Sandbox 镜像,可以不更新
-
Sandbox 镜像,可以不更新
-
AIProxy 镜像修改为: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.3
-
AIProxy 镜像修改为: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.3
...
...
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