feat: minio 版本更新 (#85)

This commit is contained in:
wanghe 2023-05-10 14:03:28 +08:00 committed by GitHub
parent de15d6468c
commit 7930d44f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 13 deletions

View File

@ -137,7 +137,7 @@
"key": "minio",
"name": "MinIO",
"tags": ["Tool"],
"versions": ["RELEASE.2022-08-13T21-54-44Z"],
"versions": ["RELEASE.2023-05-04T21-44-30Z"],
"shortDescZh": "开源的对象存储服务器",
"shortDescEn": "Open source object storage server",
"type": "tool",

View File

@ -37,16 +37,6 @@
"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
}
]
}

View File

@ -1,7 +1,7 @@
version: '3'
services:
minio:
image: minio/minio:RELEASE.2022-08-13T21-54-44Z
image: minio/minio:RELEASE.2023-05-04T21-44-30Z
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:9000
@ -11,7 +11,6 @@ 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"