* doc

* version

* doc
This commit is contained in:
Archer
2026-02-12 18:45:30 +08:00
committed by GitHub
parent 0ac8bca17c
commit c8d8ca1384
61 changed files with 209 additions and 355 deletions

View File

@@ -91,8 +91,6 @@ services:
depends_on:
- 'milvus-etcd'
- 'milvus-minio'
mongo:
image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29
container_name: mongo
@@ -180,7 +178,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
image: ghcr.io/labring/fastgpt:v4.14.7 # git
ports:
- 3000:3000
networks:
@@ -243,13 +241,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7
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.7
networks:
- fastgpt
ports:
@@ -258,7 +256,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
image: ghcr.io/labring/fastgpt-plugin:v0.5.3
container_name: fastgpt-plugin
restart: always
networks:
@@ -286,7 +284,7 @@ services:
condition: service_healthy
# AI Proxy
aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.2
image: ghcr.io/labring/aiproxy:v0.3.5
container_name: aiproxy
restart: unless-stopped
depends_on:

View File

@@ -68,8 +68,6 @@ services:
timeout: 10s
retries: 1000
start_period: 10s
mongo:
image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29
container_name: mongo
@@ -157,7 +155,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
image: ghcr.io/labring/fastgpt:v4.14.7 # git
ports:
- 3000:3000
networks:
@@ -220,13 +218,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7
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.7
networks:
- fastgpt
ports:
@@ -235,7 +233,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
image: ghcr.io/labring/fastgpt-plugin:v0.5.3
container_name: fastgpt-plugin
restart: always
networks:
@@ -263,7 +261,7 @@ services:
condition: service_healthy
# AI Proxy
aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.2
image: ghcr.io/labring/aiproxy:v0.3.5
container_name: aiproxy
restart: unless-stopped
depends_on:

View File

@@ -49,8 +49,6 @@ services:
interval: 5s
timeout: 5s
retries: 10
mongo:
image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29
container_name: mongo
@@ -138,7 +136,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
image: ghcr.io/labring/fastgpt:v4.14.7 # git
ports:
- 3000:3000
networks:
@@ -201,13 +199,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7
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.7
networks:
- fastgpt
ports:
@@ -216,7 +214,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
image: ghcr.io/labring/fastgpt-plugin:v0.5.3
container_name: fastgpt-plugin
restart: always
networks:
@@ -244,7 +242,7 @@ services:
condition: service_healthy
# AI Proxy
aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.2
image: ghcr.io/labring/aiproxy:v0.3.5
container_name: aiproxy
restart: unless-stopped
depends_on:

View File

@@ -55,8 +55,6 @@ services:
timeout: 10s
retries: 1000
start_period: 10s
mongo:
image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29
container_name: mongo
@@ -144,7 +142,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
image: ghcr.io/labring/fastgpt:v4.14.7 # git
ports:
- 3000:3000
networks:
@@ -207,13 +205,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7
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.7
networks:
- fastgpt
ports:
@@ -222,7 +220,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
image: ghcr.io/labring/fastgpt-plugin:v0.5.3
container_name: fastgpt-plugin
restart: always
networks:
@@ -250,7 +248,7 @@ services:
condition: service_healthy
# AI Proxy
aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.2
image: ghcr.io/labring/aiproxy:v0.3.5
container_name: aiproxy
restart: unless-stopped
depends_on:

View File

@@ -33,7 +33,6 @@ version: '3.3'
services:
# Vector DB
mongo:
image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29
container_name: mongo
@@ -121,7 +120,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
image: ghcr.io/labring/fastgpt:v4.14.7 # git
ports:
- 3000:3000
networks:
@@ -184,13 +183,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7
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.7
networks:
- fastgpt
ports:
@@ -199,7 +198,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
image: ghcr.io/labring/fastgpt-plugin:v0.5.3
container_name: fastgpt-plugin
restart: always
networks:
@@ -227,7 +226,7 @@ services:
condition: service_healthy
# AI Proxy
aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.2
image: ghcr.io/labring/aiproxy:v0.3.5
container_name: aiproxy
restart: unless-stopped
depends_on: