mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-24 02:01:51 +08:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user