mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
deploy doc (#5953)
* fix: text split * remove test * perf: create dataset modal * remove log * deploy doc
This commit is contained in:
@@ -135,7 +135,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.1 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.2 # 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.1
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -200,7 +200,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user