mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
@@ -14,7 +14,7 @@ description: 'FastGPT V4.14.10 更新说明'
|
||||
1. 在文件顶部增加 `x-volume-manager-auth-token: &x-volume-manager-auth-token 'vmtoken'` 变量配置。
|
||||
2. 增加 3 组 services: `opensandbox-server`,`volume-manager`,`agent-sandbox-image`
|
||||
3. 增加 `configs`, 文件底部可找到该内容,直接复制添加。
|
||||
4. 修改 `fastgpt` 环境变量, 增加以下变量:
|
||||
4. 修改 `fastgpt-app`/`fastgpt-pro` 环境变量, 增加以下变量:
|
||||
|
||||
```bash
|
||||
# ==================== Agent sandbox 配置 ====================
|
||||
@@ -24,7 +24,7 @@ AGENT_SANDBOX_OPENSANDBOX_BASEURL: http://opensandbox-server:8090
|
||||
AGENT_SANDBOX_OPENSANDBOX_API_KEY:
|
||||
AGENT_SANDBOX_OPENSANDBOX_RUNTIME: docker
|
||||
AGENT_SANDBOX_OPENSANDBOX_IMAGE_REPO: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox
|
||||
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG: v0.0.2
|
||||
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG: v0.1
|
||||
# Volume 持久化配置(opensandbox provider 下可选)
|
||||
AGENT_SANDBOX_ENABLE_VOLUME: true
|
||||
AGENT_SANDBOX_VOLUME_MANAGER_URL: http://volume-manager:3000
|
||||
@@ -39,8 +39,8 @@ AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token
|
||||
|
||||
### 3. 更新镜像 tag
|
||||
|
||||
- 更新 FastGPT 镜像 tag: v4.14.10
|
||||
- 更新 FastGPT 商业版镜像 tag: v4.14.10
|
||||
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10
|
||||
- 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
|
||||
- 更新 code-sandbox 镜像 tag: v4.14.10
|
||||
- 更新 fastgpt-plugin 镜像 tag: v0.5.6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user