feat: add paca
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# MinIO Version (Chainguard Image)
|
||||
MINIO_VERSION=0.20251015
|
||||
MINIO_VERSION=latest
|
||||
|
||||
# MinIO Root User Credentials
|
||||
MINIO_ROOT_USER=minioadmin
|
||||
@@ -16,4 +16,4 @@ TZ=UTC
|
||||
MINIO_CPU_LIMIT=0.5
|
||||
MINIO_MEMORY_LIMIT=1G
|
||||
MINIO_CPU_RESERVATION=0.1
|
||||
MINIO_MEMORY_RESERVATION=512M
|
||||
MINIO_MEMORY_RESERVATION=512M
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ Open the Web UI: <http://localhost:9001>.
|
||||
|
||||
## Configuration
|
||||
|
||||
- `MINIO_VERSION`: The version of the MinIO image, default is `0.20251015`.
|
||||
- `MINIO_VERSION`: The version of the MinIO image, default is `latest`.
|
||||
- `MINIO_PORT_OVERRIDE_API`: The host port for the MinIO API, default is `9000`.
|
||||
- `MINIO_PORT_OVERRIDE_WEBUI`: The host port for the MinIO Web UI, default is `9001`.
|
||||
- `MINIO_ROOT_USER`: The root username for MinIO, default is `minioadmin`.
|
||||
|
||||
@@ -12,7 +12,7 @@ MinIO 是一个高性能的 S3 兼容对象存储系统,可以用于存储和
|
||||
|
||||
## 配置
|
||||
|
||||
- `MINIO_VERSION`: MinIO 镜像的版本,默认为 `0.20251015`。
|
||||
- `MINIO_VERSION`: MinIO 镜像的版本,默认为 `latest`。
|
||||
- `MINIO_PORT_OVERRIDE_API`: MinIO API 的主机端口,默认为 `9000`。
|
||||
- `MINIO_PORT_OVERRIDE_WEBUI`: MinIO Web UI 的主机端口,默认为 `9001`。
|
||||
- `MINIO_ROOT_USER`: MinIO 的根用户名,默认为 `minioadmin`。
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# https://images.chainguard.dev/directory/image/minio/versions#/
|
||||
x-defaults: &defaults
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
@@ -9,7 +10,7 @@ x-defaults: &defaults
|
||||
services:
|
||||
minio:
|
||||
<<: *defaults
|
||||
image: ${CGR_DEV_REGISTRY:cgr.dev-}/chainguard/minio:${MINIO_VERSION:-0.20251015}
|
||||
image: ${CGR_DEV_REGISTRY:cgr.dev-}/chainguard/minio:${MINIO_VERSION:-latest}
|
||||
ports:
|
||||
- '${MINIO_PORT_OVERRIDE_API:-9000}:9000'
|
||||
- '${MINIO_PORT_OVERRIDE_WEBUI:-9001}:9001'
|
||||
|
||||
Reference in New Issue
Block a user