chore: update deploy scripts (#6016)

This commit is contained in:
Finley Ge
2025-12-03 11:08:43 +08:00
committed by GitHub
parent 2213e95b48
commit 670c3ca3b0
20 changed files with 77 additions and 74 deletions

View File

@@ -177,7 +177,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git
image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports:
- 3000:3000
networks:
@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks:
- fastgpt
ports:
@@ -242,7 +242,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin
restart: always
networks: