Storage

Deploy MinIO in one click

MinIO is high-performance, S3-compatible object storage. Self-host file and blob storage for your apps with a familiar S3 API and a web console.

MinIO website

Docker image

Deployed from the official image, listening on port 9001.

minio/minio:latest

Environment variables

These are pre-filled and documented when you deploy. Secrets are generated for you and hidden after saving.

MINIO_ROOT_USER
Required

Console/root access key.

MINIO_ROOT_PASSWORD
Required
Secret

Console/root secret key.

Persistent storage

Persist /data to keep your stored objects.

Good to know

  • Start MinIO with the console: command server /data --console-address :9001.
  • Use the root credentials to create scoped access keys for your apps.

Add a deploy button

Maintaining MinIO or a similar tool? Drop this badge in your README so anyone can deploy it on Darmi Cloud in one click.

Deploy on Darmi Cloud
[![Deploy on Darmi Cloud](https://darmicloud.tech/deploy-button.svg)](https://darmicloud.tech/templates/minio)