mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
@@ -135,7 +135,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -185,13 +185,13 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -200,7 +200,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user