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
8d766372
authored
Feb 20, 2025
by
Archer
Committed by
GitHub
Feb 20, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#3840)
* update doc * update doc
parent
ca571793
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
18 deletions
+18
-18
docSite/content/zh-cn/docs/development/upgrading/4822.md
+3
-3
files/docker/docker-compose-milvus.yml
+5
-5
files/docker/docker-compose-pgvector.yml
+5
-5
files/docker/docker-compose-zilliz.yml
+5
-5
No files found.
docSite/content/zh-cn/docs/development/upgrading/4822.md
View file @
8d766372
---
---
title
:
'
V4.8.22(
进行中
)'
title
:
'
V4.8.22(
包含升级脚本
)'
description
:
'
FastGPT
V4.8.22
更新说明'
description
:
'
FastGPT
V4.8.22
更新说明'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
...
@@ -13,8 +13,8 @@ weight: 802
...
@@ -13,8 +13,8 @@ weight: 802
### 2. 更新镜像:
### 2. 更新镜像:
-
更新 fastgpt 镜像 tag: v4.8.22
-alpha
-
更新 fastgpt 镜像 tag: v4.8.22
-
更新 fastgpt-pro 商业版镜像 tag: v4.8.22
-alpha
-
更新 fastgpt-pro 商业版镜像 tag: v4.8.22
-
Sandbox 镜像无需更新
-
Sandbox 镜像无需更新
### 3. 运行升级脚本
### 3. 运行升级脚本
...
...
files/docker/docker-compose-milvus.yml
View file @
8d766372
...
@@ -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.8.2
1-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.2
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2
1-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2
2
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.2
1-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.8.2
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2
1-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2
2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -133,7 +133,7 @@ services:
...
@@ -133,7 +133,7 @@ services:
-
sandbox
-
sandbox
restart
:
always
restart
:
always
environment
:
environment
:
# 前端
访问地址: http://localhost:3000
# 前端
外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。
-
FE_DOMAIN=
-
FE_DOMAIN=
# root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。
# root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。
-
DEFAULT_ROOT_PSW=1234
-
DEFAULT_ROOT_PSW=1234
...
...
files/docker/docker-compose-pgvector.yml
View file @
8d766372
...
@@ -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.8.2
1-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.2
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2
1-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2
2
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.2
1-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.8.2
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2
1-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2
2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -91,7 +91,7 @@ services:
...
@@ -91,7 +91,7 @@ services:
-
sandbox
-
sandbox
restart
:
always
restart
:
always
environment
:
environment
:
# 前端
访问地址: http://localhost:3000
# 前端
外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。
-
FE_DOMAIN=
-
FE_DOMAIN=
# root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。
# root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。
-
DEFAULT_ROOT_PSW=1234
-
DEFAULT_ROOT_PSW=1234
...
...
files/docker/docker-compose-zilliz.yml
View file @
8d766372
...
@@ -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.8.2
1-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.2
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2
1-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2
2
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.2
1-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.8.2
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2
1-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2
2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -71,7 +71,7 @@ services:
...
@@ -71,7 +71,7 @@ services:
-
sandbox
-
sandbox
restart
:
always
restart
:
always
environment
:
environment
:
# 前端
访问地址: http://localhost:3000
# 前端
外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。
-
FE_DOMAIN=
-
FE_DOMAIN=
# root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。
# root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。
-
DEFAULT_ROOT_PSW=1234
-
DEFAULT_ROOT_PSW=1234
...
...
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