Commit fbbe8525 by Archer Committed by GitHub

update deploy yml (#6695)

* deploy doc

* doc

* doc

* doc
parent 529e29e0
...@@ -190,8 +190,8 @@ services: ...@@ -190,8 +190,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -228,8 +228,8 @@ services: ...@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -332,7 +332,7 @@ services: ...@@ -332,7 +332,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -167,8 +167,8 @@ services: ...@@ -167,8 +167,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -205,8 +205,8 @@ services: ...@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -309,7 +309,7 @@ services: ...@@ -309,7 +309,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -148,8 +148,8 @@ services: ...@@ -148,8 +148,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -186,8 +186,8 @@ services: ...@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -290,7 +290,7 @@ services: ...@@ -290,7 +290,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -154,8 +154,8 @@ services: ...@@ -154,8 +154,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -192,8 +192,8 @@ services: ...@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -296,7 +296,7 @@ services: ...@@ -296,7 +296,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -132,8 +132,8 @@ services: ...@@ -132,8 +132,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -170,8 +170,8 @@ services: ...@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -190,8 +190,8 @@ services: ...@@ -190,8 +190,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -228,8 +228,8 @@ services: ...@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -332,7 +332,7 @@ services: ...@@ -332,7 +332,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -167,8 +167,8 @@ services: ...@@ -167,8 +167,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -205,8 +205,8 @@ services: ...@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -309,7 +309,7 @@ services: ...@@ -309,7 +309,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -148,8 +148,8 @@ services: ...@@ -148,8 +148,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -186,8 +186,8 @@ services: ...@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -290,7 +290,7 @@ services: ...@@ -290,7 +290,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -154,8 +154,8 @@ services: ...@@ -154,8 +154,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -192,8 +192,8 @@ services: ...@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -296,7 +296,7 @@ services: ...@@ -296,7 +296,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -132,8 +132,8 @@ services: ...@@ -132,8 +132,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -170,8 +170,8 @@ services: ...@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -131,8 +131,8 @@ ${{vec.db}} ...@@ -131,8 +131,8 @@ ${{vec.db}}
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ${{fastgpt.image}}:${{fastgpt.tag}} image: ${{fastgpt.image}}:${{fastgpt.tag}}
ports: ports:
- 3000:3000 - 3000:3000
...@@ -169,8 +169,8 @@ ${{vec.db}} ...@@ -169,8 +169,8 @@ ${{vec.db}}
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -273,7 +273,7 @@ ${{vec.db}} ...@@ -273,7 +273,7 @@ ${{vec.db}}
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ${{fastgpt-plugin.image}}:${{fastgpt-plugin.tag}} image: ${{fastgpt-plugin.image}}:${{fastgpt-plugin.tag}}
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -14,7 +14,7 @@ description: 'FastGPT V4.14.10 更新说明' ...@@ -14,7 +14,7 @@ description: 'FastGPT V4.14.10 更新说明'
1. 在文件顶部增加 `x-volume-manager-auth-token: &x-volume-manager-auth-token 'vmtoken'` 变量配置。 1. 在文件顶部增加 `x-volume-manager-auth-token: &x-volume-manager-auth-token 'vmtoken'` 变量配置。
2. 增加 3 组 services: `opensandbox-server`,`volume-manager`,`agent-sandbox-image` 2. 增加 3 组 services: `opensandbox-server`,`volume-manager`,`agent-sandbox-image`
3. 增加 `configs`, 文件底部可找到该内容,直接复制添加。 3. 增加 `configs`, 文件底部可找到该内容,直接复制添加。
4. 修改 `fastgpt` 环境变量, 增加以下变量: 4. 修改 `fastgpt-app`/`fastgpt-pro` 环境变量, 增加以下变量:
```bash ```bash
# ==================== Agent sandbox 配置 ==================== # ==================== Agent sandbox 配置 ====================
...@@ -24,7 +24,7 @@ AGENT_SANDBOX_OPENSANDBOX_BASEURL: http://opensandbox-server:8090 ...@@ -24,7 +24,7 @@ AGENT_SANDBOX_OPENSANDBOX_BASEURL: http://opensandbox-server:8090
AGENT_SANDBOX_OPENSANDBOX_API_KEY: AGENT_SANDBOX_OPENSANDBOX_API_KEY:
AGENT_SANDBOX_OPENSANDBOX_RUNTIME: docker AGENT_SANDBOX_OPENSANDBOX_RUNTIME: docker
AGENT_SANDBOX_OPENSANDBOX_IMAGE_REPO: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox 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 下可选) # Volume 持久化配置(opensandbox provider 下可选)
AGENT_SANDBOX_ENABLE_VOLUME: true AGENT_SANDBOX_ENABLE_VOLUME: true
AGENT_SANDBOX_VOLUME_MANAGER_URL: http://volume-manager:3000 AGENT_SANDBOX_VOLUME_MANAGER_URL: http://volume-manager:3000
...@@ -39,8 +39,8 @@ AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token ...@@ -39,8 +39,8 @@ AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token
### 3. 更新镜像 tag ### 3. 更新镜像 tag
- 更新 FastGPT 镜像 tag: v4.14.10 - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10
- 更新 FastGPT 商业版镜像 tag: v4.14.10 - 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
- 更新 code-sandbox 镜像 tag: v4.14.10 - 更新 code-sandbox 镜像 tag: v4.14.10
- 更新 fastgpt-plugin 镜像 tag: v0.5.6 - 更新 fastgpt-plugin 镜像 tag: v0.5.6
......
...@@ -173,8 +173,8 @@ ...@@ -173,8 +173,8 @@
"document/content/docs/self-host/custom-models/ollama.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/custom-models/ollama.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/custom-models/xinference.en.mdx": "2026-03-30T10:05:42+08:00", "document/content/docs/self-host/custom-models/xinference.en.mdx": "2026-03-30T10:05:42+08:00",
"document/content/docs/self-host/custom-models/xinference.mdx": "2026-03-30T10:05:42+08:00", "document/content/docs/self-host/custom-models/xinference.mdx": "2026-03-30T10:05:42+08:00",
"document/content/docs/self-host/deploy/docker.en.mdx": "2026-03-31T22:46:45+08:00", "document/content/docs/self-host/deploy/docker.en.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T22:32:05+08:00", "document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/deploy/sealos.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/deploy/sealos.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/deploy/sealos.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/deploy/sealos.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/design/dataset.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/design/dataset.en.mdx": "2026-03-03T17:39:47+08:00",
...@@ -220,8 +220,8 @@ ...@@ -220,8 +220,8 @@
"document/content/docs/self-host/upgrading/4-14/4140.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4140.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4141.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4141.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4141.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4141.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/41410.en.mdx": "2026-03-31T22:46:45+08:00", "document/content/docs/self-host/upgrading/4-14/41410.en.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/upgrading/4-14/41410.mdx": "2026-03-31T22:46:45+08:00", "document/content/docs/self-host/upgrading/4-14/41410.mdx": "2026-04-01T13:31:09+08:00",
"document/content/docs/self-host/upgrading/4-14/4142.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4142.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4142.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4142.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4143.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4143.en.mdx": "2026-03-03T17:39:47+08:00",
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
"document/content/docs/self-host/upgrading/outdated/499.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/outdated/499.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/upgrade-intruction.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/upgrade-intruction.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/upgrade-intruction.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/upgrade-intruction.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/toc.en.mdx": "2026-03-31T22:46:45+08:00", "document/content/docs/toc.en.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/toc.mdx": "2026-03-24T09:59:30+08:00", "document/content/docs/toc.mdx": "2026-03-24T09:59:30+08:00",
"document/content/docs/use-cases/app-cases/dalle3.en.mdx": "2026-02-26T22:14:30+08:00", "document/content/docs/use-cases/app-cases/dalle3.en.mdx": "2026-02-26T22:14:30+08:00",
"document/content/docs/use-cases/app-cases/dalle3.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/use-cases/app-cases/dalle3.mdx": "2025-07-23T21:35:03+08:00",
......
...@@ -190,8 +190,8 @@ services: ...@@ -190,8 +190,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -228,8 +228,8 @@ services: ...@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -332,7 +332,7 @@ services: ...@@ -332,7 +332,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -167,8 +167,8 @@ services: ...@@ -167,8 +167,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -205,8 +205,8 @@ services: ...@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -309,7 +309,7 @@ services: ...@@ -309,7 +309,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -148,8 +148,8 @@ services: ...@@ -148,8 +148,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -186,8 +186,8 @@ services: ...@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -290,7 +290,7 @@ services: ...@@ -290,7 +290,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -154,8 +154,8 @@ services: ...@@ -154,8 +154,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -192,8 +192,8 @@ services: ...@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -296,7 +296,7 @@ services: ...@@ -296,7 +296,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -132,8 +132,8 @@ services: ...@@ -132,8 +132,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -170,8 +170,8 @@ services: ...@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -190,8 +190,8 @@ services: ...@@ -190,8 +190,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -228,8 +228,8 @@ services: ...@@ -228,8 +228,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -332,7 +332,7 @@ services: ...@@ -332,7 +332,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -167,8 +167,8 @@ services: ...@@ -167,8 +167,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -205,8 +205,8 @@ services: ...@@ -205,8 +205,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -309,7 +309,7 @@ services: ...@@ -309,7 +309,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -148,8 +148,8 @@ services: ...@@ -148,8 +148,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -186,8 +186,8 @@ services: ...@@ -186,8 +186,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -290,7 +290,7 @@ services: ...@@ -290,7 +290,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -154,8 +154,8 @@ services: ...@@ -154,8 +154,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -192,8 +192,8 @@ services: ...@@ -192,8 +192,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -296,7 +296,7 @@ services: ...@@ -296,7 +296,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
...@@ -132,8 +132,8 @@ services: ...@@ -132,8 +132,8 @@ services:
timeout: 20s timeout: 20s
retries: 3 retries: 3
fastgpt: fastgpt-app:
container_name: fastgpt container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10 image: ghcr.io/labring/fastgpt:v4.14.10
ports: ports:
- 3000:3000 - 3000:3000
...@@ -170,8 +170,8 @@ services: ...@@ -170,8 +170,8 @@ services:
PLUGIN_BASE_URL: http://fastgpt-plugin:3000 PLUGIN_BASE_URL: http://fastgpt-plugin:3000
PLUGIN_TOKEN: *x-plugin-auth-token PLUGIN_TOKEN: *x-plugin-auth-token
# code-sandbox 地址 # code-sandbox 地址
SANDBOX_URL: http://code-sandbox:3000 CODE_SANDBOX_URL: http://code-sandbox:3000
SANDBOX_TOKEN: *x-code-sandbox-token CODE_SANDBOX_TOKEN: *x-code-sandbox-token
# AI Proxy 的地址,如果配了该地址,优先使用 # AI Proxy 的地址,如果配了该地址,优先使用
AIPROXY_API_ENDPOINT: http://aiproxy:3000 AIPROXY_API_ENDPOINT: http://aiproxy:3000
# AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY # AI Proxy 的 Admin Token,与 AI Proxy 中的环境变量 ADMIN_KEY
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
restart: always restart: always
environment: environment:
<<: [*x-log-config] <<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt:3000 FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6 image: ghcr.io/labring/fastgpt-plugin:v0.5.6
container_name: fastgpt-plugin container_name: fastgpt-plugin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment