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
a7f25994
authored
Dec 23, 2024
by
Archer
Committed by
GitHub
Dec 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#3452)
parent
58fbf78c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
18 deletions
+20
-18
docSite/content/zh-cn/docs/development/upgrading/4816.md
+8
-6
files/docker/docker-compose-milvus.yml
+4
-4
files/docker/docker-compose-pgvector.yml
+4
-4
files/docker/docker-compose-zilliz.yml
+4
-4
No files found.
docSite/content/zh-cn/docs/development/upgrading/4816.md
View file @
a7f25994
---
title
:
'
V4.8.16(
进行中
)'
title
:
'
V4.8.16(
更新配置文件
)'
description
:
'
FastGPT
V4.8.16
更新说明'
icon
:
'
upgrade'
draft
:
false
...
...
@@ -11,9 +11,9 @@ weight: 808
### 1. 更新镜像:
-
更新 fastgpt 镜像 tag: v4.8.16
-beta
-
更新 fastgpt-pro 商业版镜像 tag: v4.8.16
-beta
-
Sandbox 镜像 tag: v4.8.16
-beta
-
更新 fastgpt 镜像 tag: v4.8.16
-
更新 fastgpt-pro 商业版镜像 tag: v4.8.16
-
Sandbox 镜像 tag: v4.8.16
### 2. 更新配置文件
...
...
@@ -68,4 +68,6 @@ weight: 808
16.
修复 - 简易模式转工作流,没有把系统配置项转化。
17.
修复 - 插件独立运行,变量初始值未赋上。
18.
修复 - 工作流使用弹窗组件时,关闭弹窗后,有时候会出现页面偏移。
19.
修复 - 插件调试时,日志未保存插件输入参数。
\ No newline at end of file
19.
修复 - 插件调试时,日志未保存插件输入参数。
20.
修复 - 部分模板市场模板
21.
修复 - 设置NEXT_PUBLIC_BASE_URL时,图片文件读取URL不正确
\ No newline at end of file
files/docker/docker-compose-milvus.yml
View file @
a7f25994
...
...
@@ -114,15 +114,15 @@ services:
# fastgpt
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
5
# 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
6
# 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.1
5-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
5-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.8.1
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
6
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
files/docker/docker-compose-pgvector.yml
View file @
a7f25994
...
...
@@ -72,15 +72,15 @@ services:
# fastgpt
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
5
# 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
6
# 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.1
5-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
5-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.8.1
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
6
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
files/docker/docker-compose-zilliz.yml
View file @
a7f25994
...
...
@@ -53,15 +53,15 @@ services:
wait $$!
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
5
# 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
6
# 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.1
5-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
5-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.8.1
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
6
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
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