CommunityToolkit.Aspire.Hosting.Umami
📦 CommunityToolkit.Aspire.Hosting.Umamiv13.4.02Functions
1Types
1 types and 2 members
Types
Functions
method
addUmamibuilderAdds a Umami resource to the application model. A container is used for local development. The default image is and the tag is .
addUmami(name: string, secret?: ParameterResource, port?: number): UmamiResourcemethod
withPostgreSQLbuilderConfigures PostgreSQL as the storage backend for Umami
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource