chore: 4.14.6 upgrading docs (#6356)

* chore: 4.14.6 upgrading docs

* chore: deploy scripts

* chore: bump @fastgpt-sdk/plugin to 0.3.8
This commit is contained in:
Finley Ge
2026-01-30 22:34:42 +08:00
committed by GitHub
parent 430dde3844
commit 8e8b5b4a16
29 changed files with 141 additions and 139 deletions

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage
# @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin
@@ -180,7 +180,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git
image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports:
- 3000:3000
networks:
@@ -232,13 +232,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks:
- fastgpt
ports:
@@ -247,7 +247,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0
image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin
restart: always
networks: