Upgrade document (#5865)

* fix: timeselector ui error

* var update node

* version doc

* doc
This commit is contained in:
Archer
2025-11-05 14:16:14 +08:00
committed by GitHub
parent adf9981845
commit 45869fa058
24 changed files with 199 additions and 144 deletions

View File

@@ -136,7 +136,7 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.13.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.0
ports:
- 3002:3000
networks:
@@ -144,7 +144,7 @@ services:
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.2
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.0
ports:
- 3005:3000
networks:
@@ -153,7 +153,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.2.4
image: ghcr.io/labring/fastgpt-plugin:v0.3.0
container_name: fastgpt-plugin
restart: always
ports:
@@ -167,7 +167,6 @@ services:
- S3_USE_SSL=false
- S3_ACCESS_KEY=minioadmin
- S3_SECRET_KEY=minioadmin
- S3_BUCKET=fastgpt-plugins
- S3_PUBLIC_BUCKET=fastgpt-public # 系统工具,创建的临时文件,存储的桶,要求公开读私有写。
- S3_PRIVATE_BUCKET=fastgpt-private # 系统插件热安装文件的桶,私有读写。
- MONGODB_URI=mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin&directConnection=true