[MinIO][0] is an S3-compatible object storage server. It is designed to provide storage for cloud-native applications for on-premises deployments. MinIO has not been packaged for Fedora (yet?). As such, the best way to deploy it is usining its official container image. Here, we are using `podman-systemd-generator` (Quadlet) to generate a systemd service unit to manage the container process.
7 lines
187 B
YAML
7 lines
187 B
YAML
minio_version: latest
|
|
minio_container_image: quay.io/minio/minio
|
|
minio_storage_path: /var/lib/minio
|
|
minio_console_address: '[::]:9090'
|
|
minio_root_user: root
|
|
minio_root_password: changeme
|