Skip to main content

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.

VariableRequiredDefaultDescription
MINIO_ROOT_USERYesuigraphRoot user. Must equal STORAGE_ACCESS_KEY.
MINIO_ROOT_PASSWORDYesdevpasswordRoot 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.