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