Handle the demands of modern AI and analytics with a cloud-native object storage solution built for infinite scale. This platform provides the performance, consistency, and agility required for exabyte-scale training data, massive models, and complex agentic computing workloads. It delivers a unified, software-defined architecture to future-proof your enterprise data infrastructure from the edge to the cloud without compromise.
Key advantages include:
services:
minio:
image: quay.io/minio/minio:latest
container_name: minio
command: server /data --console-address ":9001"
ports:
- "9000:9000"
- "9001:9001"
environment:
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
volumes:
- ./data:/data
restart: unless-stoppedMINIO_ROOT_USER=admin
MINIO_ROOT_PASSWORD=SuperSecretPassword123!Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago