feat: minio 版本更新 (#85)
This commit is contained in:
parent
1a0984d594
commit
d7fcac14b4
|
|
@ -137,7 +137,7 @@
|
||||||
"key": "minio",
|
"key": "minio",
|
||||||
"name": "MinIO",
|
"name": "MinIO",
|
||||||
"tags": ["Tool"],
|
"tags": ["Tool"],
|
||||||
"versions": ["RELEASE.2022-08-13T21-54-44Z"],
|
"versions": ["RELEASE.2023-05-04T21-44-30Z"],
|
||||||
"shortDescZh": "开源的对象存储服务器",
|
"shortDescZh": "开源的对象存储服务器",
|
||||||
"shortDescEn": "Open source object storage server",
|
"shortDescEn": "Open source object storage server",
|
||||||
"type": "tool",
|
"type": "tool",
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,6 @@
|
||||||
"default": 9001,
|
"default": 9001,
|
||||||
"rule": "paramPort",
|
"rule": "paramPort",
|
||||||
"envKey": "PORT_API"
|
"envKey": "PORT_API"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"labelZh": "分享文件地址",
|
|
||||||
"labelEn": "SHARE ADRESS",
|
|
||||||
"required": true,
|
|
||||||
"default": "http://localhost",
|
|
||||||
"rule": "paramExtUrl",
|
|
||||||
"envKey": "MINIO_SERVER_URL",
|
|
||||||
"edit": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio:RELEASE.2022-08-13T21-54-44Z
|
image: minio/minio:RELEASE.2023-05-04T21-44-30Z
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:9000
|
- ${PANEL_APP_PORT_HTTP}:9000
|
||||||
|
|
@ -11,7 +11,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
|
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
|
||||||
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
|
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
|
||||||
MINIO_SERVER_URL: ${MINIO_SERVER_URL}:${PORT_API}
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "5M"
|
max-size: "5M"
|
||||||
Loading…
Reference in New Issue