mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 07:31:19 +00:00
doc (#5401)
This commit is contained in:
@@ -151,8 +151,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.11.0 # git
|
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -209,15 +209,15 @@ services:
|
|||||||
- ./config.json:/app/data/config.json
|
- ./config.json:/app/data/config.json
|
||||||
sandbox:
|
sandbox:
|
||||||
container_name: sandbox
|
container_name: sandbox
|
||||||
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
|
||||||
networks:
|
networks:
|
||||||
- fastgpt
|
- fastgpt
|
||||||
restart: always
|
restart: always
|
||||||
fastgpt-mcp-server:
|
fastgpt-mcp-server:
|
||||||
container_name: fastgpt-mcp-server
|
container_name: fastgpt-mcp-server
|
||||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3005:3000
|
- 3005:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -226,8 +226,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||||
fastgpt-plugin:
|
fastgpt-plugin:
|
||||||
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
|
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
|
||||||
container_name: fastgpt-plugin
|
container_name: fastgpt-plugin
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
@@ -126,8 +126,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.11.0 # git
|
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -183,15 +183,15 @@ services:
|
|||||||
- ./config.json:/app/data/config.json
|
- ./config.json:/app/data/config.json
|
||||||
sandbox:
|
sandbox:
|
||||||
container_name: sandbox
|
container_name: sandbox
|
||||||
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
|
||||||
networks:
|
networks:
|
||||||
- fastgpt
|
- fastgpt
|
||||||
restart: always
|
restart: always
|
||||||
fastgpt-mcp-server:
|
fastgpt-mcp-server:
|
||||||
container_name: fastgpt-mcp-server
|
container_name: fastgpt-mcp-server
|
||||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3005:3000
|
- 3005:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -200,8 +200,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||||
fastgpt-plugin:
|
fastgpt-plugin:
|
||||||
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
|
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
|
||||||
container_name: fastgpt-plugin
|
container_name: fastgpt-plugin
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
@@ -112,8 +112,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.11.0 # git
|
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -169,15 +169,15 @@ services:
|
|||||||
- ./config.json:/app/data/config.json
|
- ./config.json:/app/data/config.json
|
||||||
sandbox:
|
sandbox:
|
||||||
container_name: sandbox
|
container_name: sandbox
|
||||||
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
|
||||||
networks:
|
networks:
|
||||||
- fastgpt
|
- fastgpt
|
||||||
restart: always
|
restart: always
|
||||||
fastgpt-mcp-server:
|
fastgpt-mcp-server:
|
||||||
container_name: fastgpt-mcp-server
|
container_name: fastgpt-mcp-server
|
||||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3005:3000
|
- 3005:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -186,8 +186,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||||
fastgpt-plugin:
|
fastgpt-plugin:
|
||||||
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
|
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
|
||||||
container_name: fastgpt-plugin
|
container_name: fastgpt-plugin
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
@@ -92,8 +92,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.11.0 # git
|
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -151,15 +151,15 @@ services:
|
|||||||
- ./config.json:/app/data/config.json
|
- ./config.json:/app/data/config.json
|
||||||
sandbox:
|
sandbox:
|
||||||
container_name: sandbox
|
container_name: sandbox
|
||||||
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
|
||||||
networks:
|
networks:
|
||||||
- fastgpt
|
- fastgpt
|
||||||
restart: always
|
restart: always
|
||||||
fastgpt-mcp-server:
|
fastgpt-mcp-server:
|
||||||
container_name: fastgpt-mcp-server
|
container_name: fastgpt-mcp-server
|
||||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3005:3000
|
- 3005:3000
|
||||||
networks:
|
networks:
|
||||||
@@ -168,8 +168,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||||
fastgpt-plugin:
|
fastgpt-plugin:
|
||||||
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
|
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
|
||||||
container_name: fastgpt-plugin
|
container_name: fastgpt-plugin
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
@@ -95,8 +95,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.11.1 # git
|
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -7,8 +7,8 @@ description: 'FastGPT V4.11.1 更新说明'
|
|||||||
|
|
||||||
### 1. 更新镜像:
|
### 1. 更新镜像:
|
||||||
|
|
||||||
- 更新 FastGPT 镜像tag: v4.11.1
|
- 更新 FastGPT 镜像tag: v4.11.1-fix2
|
||||||
- 更新 FastGPT 商业版镜像tag: v4.11.1
|
- 更新 FastGPT 商业版镜像tag: v4.11.1-fix
|
||||||
- 更新 fastgpt-plugin 镜像 tag: v0.1.7
|
- 更新 fastgpt-plugin 镜像 tag: v0.1.7
|
||||||
- mcp_server 无需更新
|
- mcp_server 无需更新
|
||||||
- Sandbox 无需更新
|
- Sandbox 无需更新
|
||||||
|
Reference in New Issue
Block a user