update yaml and yml.js (#5139)

* update: modify MINIO_HOST to accept IP or domain and comment out port exposure in docker configuration

* update: standardize MINIO_HOST format to accept IP or domain across multiple docker-compose files

* update: replace MINIO_HOST with MINIO_ENDPOINT and CUSTOM_CUSTOM_ENDPOINT in multiple docker-compose files

* update: standardize environment variable names for MinIO across multiple docker-compose files

* update: add additional MinIO environment variables for plugin service configuration in docker documentation

* update: standardize table formatting and improve MinIO configuration descriptions in docker documentation

* update: 修改 fastgpt-plugin 镜像版本为 v0.1.0

* update: 修改 fastgpt-plugin 中 MINIO_CUSTOM_ENDPOINT 的说明,添加协议前缀
This commit is contained in:
Theresa
2025-07-03 13:18:54 +08:00
committed by GitHub
parent 07768d1d23
commit 3378420e25
7 changed files with 23 additions and 17 deletions

View File

@@ -235,7 +235,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin

View File

@@ -209,7 +209,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin

View File

@@ -195,7 +195,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin

View File

@@ -177,7 +177,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin

View File

@@ -178,7 +178,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin