MinIO
Deploy MinIO, a high-performance, s3-compatible object storage service
- CategoryStorage
- AuthorKoyeb
- Websitemin.io
- Repositorygithub.com/minio/minio
- TechnologiesMinIO, Docker
Overview
MinIO is a performant and scalable object storage solution offering an S3-compatible API and supporting all core S3 features.
This one-click app allows you to deploy MinIO on Koyeb with one click.
Configuration
When deploying MinIO on Koyeb, the following environment variables are optional but strongly recommended when running in production. If you launch without setting the MINIO_ROOT_USER
and MINIO_ROOT_PASSWORD
variables, your MinIO instance will use the default MinIO root user and password minioadmin
.
Variable | Description | Default value | Required |
---|---|---|---|
MINIO_ROOT_USER | The MinIO root user. | minioadmin | No |
MINIO_ROOT_PASSWORD | The MinIO root password. | minioadmin | No |