- Quickstarts
- MinIO
Deploy MinIO
MinIO provides S3-compatible object storage for the hybrid cloud and is great for users looking for a performant and scalable object store to use on Render.
One-Click Deploy
Click the Deploy to Render button below to deploy MinIO to Render.
This deployment will create a Starter Web Service running the latest Docker Image of MinIO. Your objects are then stored on a 10GB Render SSD Disk so your data is saved across deploys and automatically backed up with daily snapshots.
After Deployment
-
Navigate to your Services and click on
minio
and find your*.onrender.com
URL. -
Go to the Settings tab to configure your desired instance type if additional RAM and CPU are required beyond the default.
-
Go to the Disks tab to configure the amount of Disk storage required. You can always increase the size later, but you cannot decrease it. Pick the lowest value that works for your app.
-
Find your automatically generated
MINIO_ROOT_USER
andMINIO_ROOT_PASSWORD
in the Environment tab to use to log in. -
Learn more about MinIO from the Quickstart Guide.
Manual Deploy
-
Fork our MinIO example repo from GitHub.
-
Make any required changes such as changing the
region
,plan
ordisk size
in the provided `render.yaml file. -
Go to
https://dashboard.render.com/blueprints
for your Render workspace and create aNew Blueprint Instance
using your forked repo.