This commit is contained in:
Archer
2026-04-25 21:47:11 +08:00
committed by GitHub
parent 1c8a47cff7
commit 927707d36b
28 changed files with 107 additions and 107 deletions
@@ -170,7 +170,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
@@ -272,7 +272,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
@@ -321,7 +321,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
@@ -331,7 +331,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks: