mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-16 01:09:01 +08:00
doc (#6818)
This commit is contained in:
@@ -151,7 +151,7 @@ services:
|
||||
|
||||
fastgpt-app:
|
||||
container_name: fastgpt-app
|
||||
image: ghcr.io/labring/fastgpt:v4.14.12
|
||||
image: ghcr.io/labring/fastgpt:v4.14.15
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -253,7 +253,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
fastgpt-code-sandbox:
|
||||
container_name: fastgpt-code-sandbox
|
||||
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
|
||||
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.15
|
||||
networks:
|
||||
- codesandbox
|
||||
restart: always
|
||||
@@ -302,7 +302,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.15
|
||||
networks:
|
||||
- app
|
||||
ports:
|
||||
@@ -312,7 +312,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt-app:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.6.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user