CommunityToolkit.Aspire.Hosting.Posta
📦 CommunityToolkit.Aspire.Hosting.Postav13.5.05Functions
1Types
1 types and 9 members
Types
Functions
method
addPostaWithReferencesbuilderAdds a Posta container resource with PostgreSQL and Redis references
addPostaWithReferences(name: string, database: PostgresDatabaseResource, redis: RedisResource, jwtSecret?: ParameterResource, adminPassword?: ParameterResource, adminEmail?: string, port?: number): PostaResourcemethod
withDataBindMountbuilderAdds a bind mount for Posta's filesystem-backed attachment data.
withDataBindMount(source: string, isReadOnly?: boolean): PostaResourcemethod
withDataVolumebuilderAdds a named volume for Posta's filesystem-backed attachment data.
withDataVolume(name?: string, isReadOnly?: boolean): PostaResourcemethod
withPostgresReferencebuilderConfigures the PostgreSQL database used by Posta.
withPostgresReference(database: PostgresDatabaseResource): PostaResourcemethod
withRedisReferencebuilderConfigures the Redis server used by Posta.
withRedisReference(redis: RedisResource, redisPassword?: ParameterResource): PostaResource