mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user