MinIO
Image: quay.io/minio/minio:latest
- Port 9000/http
- Public domain with TLS
- 20 GB volume at /data
- 1 vCPU · 1 GB
- /minio/health/live
minio server /data --console-address :9001
Template · Storage
S3-compatible object storage with a generated root user and a volume.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
One service in the environment you pick, on the private network of the project.
quay.io/minio/minio:latest. The S3 API (9000) gets a public domain; the console on 9001 is only reachable inside the pod.
Use ${{MinIO.MINIO_ENDPOINT}} from other services with the root credentials, or create buckets with mc.
Image: quay.io/minio/minio:latest
minio server /data --console-address :9001
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| MINIO_ROOT_USER | minio |
| MINIO_ROOT_PASSWORD | generated (password) |
| MINIO_ENDPOINT | http://${{self.SKIFFLY_PRIVATE_DOMAIN}}:9000S3 API on the private network |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.