fix: version-list & update docker-compose.yamls (#6526)

* fix: get version list api for workflow/agent tools

* chore: update docker-composes
This commit is contained in:
Finley Ge
2026-03-09 12:02:02 +08:00
committed by GitHub
parent d8b8da8dd4
commit 8eb841cc96
30 changed files with 122 additions and 79 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
ports:
- 3002:3000
networks:
@@ -144,7 +144,7 @@ services:
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
ports:
- 3005:3000
networks:
+2 -2
View File
@@ -136,7 +136,7 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
ports:
- 3002:3000
networks:
@@ -144,7 +144,7 @@ services:
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
ports:
- 3005:3000
networks: