mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
update deploy doc (#6605)
* fix: image read and json error (Agent) (#6502) * fix: 1.image read 2.JSON parsing error * dataset cite and pause * perf: plancall second parse * add test --------- Co-authored-by: archer <545436317@qq.com> * master message * deploy * remove invalid code --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
This commit is contained in:
@@ -140,7 +140,7 @@ services:
|
||||
- fastgpt
|
||||
depends_on:
|
||||
- mongo
|
||||
- codeSandbox
|
||||
- code-sandbox
|
||||
- vectorDB
|
||||
restart: always
|
||||
environment:
|
||||
@@ -169,7 +169,7 @@ services:
|
||||
PLUGIN_BASE_URL: http://fastgpt-plugin:3000
|
||||
PLUGIN_TOKEN: *x-plugin-auth-token
|
||||
# code-sandbox 地址
|
||||
SANDBOX_URL: http://sandbox:3000
|
||||
SANDBOX_URL: http://code-sandbox:3000
|
||||
SANDBOX_TOKEN: *x-code-sandbox-token
|
||||
# AI Proxy 的地址,如果配了该地址,优先使用
|
||||
AIPROXY_API_ENDPOINT: http://aiproxy:3000
|
||||
@@ -205,8 +205,8 @@ services:
|
||||
MAX_HTML_TRANSFORM_CHARS: 1000000
|
||||
volumes:
|
||||
- ./config.json:/app/data/config.json
|
||||
codeSandbox:
|
||||
container_name: codeSandbox
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
|
||||
networks:
|
||||
- fastgpt
|
||||
|
||||
Reference in New Issue
Block a user