From 31fedbff863be3fd69bb2efd0a5a08aa91ed7e08 Mon Sep 17 00:00:00 2001 From: wanghe Date: Thu, 27 Apr 2023 14:11:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20minio=20=E6=94=AF=E6=8C=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=88=86=E4=BA=AB=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=20(#32)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../versions/RELEASE.2022-08-13T21-54-44Z/config.json | 10 ++++++++++ .../RELEASE.2022-08-13T21-54-44Z/docker-compose.yml | 1 + 2 files changed, 11 insertions(+) diff --git a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json b/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json index cff32219..ae9cefd0 100644 --- a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json +++ b/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json @@ -37,6 +37,16 @@ "default": 9001, "rule": "paramPort", "envKey": "PORT_API" + }, + { + "type": "text", + "labelZh": "分享文件地址", + "labelEn": "SHARE ADRESS", + "required": true, + "default": "http://localhost", + "rule": "paramExtUrl", + "envKey": "MINIO_SERVER_URL", + "edit": true } ] } \ No newline at end of file diff --git a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml b/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml index 67d0df45..b7c2134b 100644 --- a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml +++ b/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml @@ -11,6 +11,7 @@ services: environment: MINIO_ROOT_USER: ${MINIO_ROOT_USER} MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD} + MINIO_SERVER_URL: ${MINIO_SERVER_URL}:${PORT_API} logging: options: max-size: "5M"