Storage: MinIO (minio)
The bundled S3-compatible object store. Its root credentials must match the STORAGE_ACCESS_KEY / STORAGE_SECRET_KEY used by the API and Gateway.
| Variable | Required | Default | Description |
|---|---|---|---|
MINIO_ROOT_USER | Yes | uigraph | Root user. Must equal STORAGE_ACCESS_KEY. |
MINIO_ROOT_PASSWORD | Yes | devpassword | Root password. Must equal STORAGE_SECRET_KEY. |
To use AWS S3, Cloudflare R2, or another S3-compatible provider instead of the bundled MinIO, leave this container out and point the STORAGE_* variables on the API and Gateway at your provider.