CommunityToolkit.Aspire.Hosting.Minio
📦 CommunityToolkit.Aspire.Hosting.Minio v13.4.0 6 Functions
1 Types
1 types and 9 members
Types
Functions
method
addMinioContainer builder Adds a MinIO container to the application model. The default image is "minio/minio" and the tag is "latest".
addMinioContainer(name: string, rootUser?: ParameterResource, rootPassword?: ParameterResource, port?: number): MinioContainerResource method
withDataBindMount builder Adds a bind mount for the data folder to a MinIO container resource.
withDataBindMount(source: string): MinioContainerResource method
withDataVolume builder Adds a named volume for the data folder to a MinIO container resource.
withDataVolume(name?: string): MinioContainerResource method
withHostPort builder Configures the host port that the MinIO resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): MinioContainerResource method
withPassword builder Configures the password that the MinIO resource uses.
withPassword(password: ParameterResource): MinioContainerResource method
withUserName builder Configures the user name that the MinIO resource uses.
withUserName(userName: ParameterResource): MinioContainerResource