deploy doc (#5953)

* fix: text split

* remove test

* perf: create dataset modal

* remove log

* deploy doc
This commit is contained in:
Archer
2025-11-18 19:27:14 +08:00
committed by GitHub
parent 6adee71c7a
commit f08f3a8a26
25 changed files with 106 additions and 79 deletions

View File

@@ -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: