Minio is an S3 compatible object store. It is designed to store blob data. It has features like data retention policies, storage tiering, encryption and compression, just to name a few.
MinIO API
9000
Minio api to connect to from clients.
MinIO Web Console
9090
A web interface for managing the minio deployment.
Data
/data
This volume contains all the minio data.
MINIO_ROOT_USER
minioadmin
The username of the root user.
MINIO_ROOT_PASSWORD
minioadmin
The password of the root user.