2 min read
Minio Cluster
Self hosted Object storage cluster
Table of Contents
Info
An easy guide to install minio and put in cluster mode
Installation
First lets prep the environment with the neccesary packages
|
|
Here is the docker-compose.yml I used
|
|
Repeat this for all 3+ containers with MINIO_VOLUMES pointing to them
Configuration
Enter into the container
|
|
Create bucket
|
|
Create user
|
|
Grant user permission to bucket
|
|