mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +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:
@@ -185,7 +185,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -237,13 +237,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -162,7 +162,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -214,13 +214,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -143,7 +143,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -195,13 +195,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -149,7 +149,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -201,13 +201,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -127,7 +127,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -179,13 +179,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -185,7 +185,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -237,13 +237,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -162,7 +162,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -214,13 +214,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -143,7 +143,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -195,13 +195,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -149,7 +149,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -201,13 +201,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
@@ -127,7 +127,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.8 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -179,13 +179,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
|
||||
networks:
|
||||
- fastgpt
|
||||
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
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user