update deploy doc (#5145)

This commit is contained in:
Archer
2025-07-03 16:56:07 +08:00
committed by GitHub
parent 8d8b062e6b
commit 0719d56bcc
7 changed files with 24 additions and 24 deletions

View File

@@ -169,8 +169,7 @@ DEFAULT_ROOT_PSW=root 用户密码每次重启root 都会修改成这个密
AES256_SECRET_KEY=密钥加密 key尽量取复杂密钥一旦使用后不能随便修改否则会导致系统加密的数据无法正常解密
# fastgpt-plugin容器
MINIO_CUSTOM_ENDPOINT=http://minio.xxx.com 公网地址,用于给系统工具提供文件存储。填写例如 http://minio.xxx.com 或者 http://<ip>:<port>
MINIO_ENDPOINT=fastgpt-minio 这里填写的是 docker-compose.yml 中 fastgpt-minio 的服务名,因为这样 docker 的网络会解析到 minio 的地址
MINIO_CUSTOM_ENDPOINT=http://minio.xxx.com 用户可访问的地址,用于给系统工具提供文件存储。填写例如 http://minio.xxx.com 或者 http://<ip>:<port>
```
{{< /markdownify >}}

View File

@@ -13,7 +13,7 @@ weight: 785
- 参考最新的[docker-compose.yml](https://github.com/labring/FastGPT/blob/main/deploy/docker/docker-compose-pgvector.yml)文件,加入`fastgpt-plugin``minio`服务。
- 修改`fastgpt-plugin`环境变量`AUTH_TOKEN`为较复杂的值。
- 修改`fastgpt-plugin`环境变量`MINIO_HOST``ip:9000` 或相关域名,要求公网可访问。
- 修改`fastgpt-plugin`环境变量`MINIO_CUSTOM_ENDPOINT``http://ip:port` 或相关域名,要求fastgpt 用户可访问。
- 更新`fastgpt``fastgpt-pro`(商业版)容器的环境变量:
```
@@ -38,7 +38,8 @@ AUTH_TOKEN=鉴权 token
LOG_LEVEL=info
# S3 配置
MINIO_HOST=External
MINIO_CUSTOM_ENDPOINT=External
MINIO_ENDPOINT=Internal地址
MINIO_PORT=443
MINIO_USE_SSL=true
MINIO_ACCESS_KEY=Access Key