CommunityToolkit.Aspire.Hosting.DbGate
📦 CommunityToolkit.Aspire.Hosting.DbGate v13.4.0 4 Functions
1 Types
1 types and 1 members
Types
Functions
method
addDbGate builder Adds a DbGate container resource to the application.
addDbGate(name?: string, port?: number): DbGateContainerResource method
withDataBindMount builder Adds a bind mount for the data folder to a DbGate container resource.
withDataBindMount(source: string, isReadOnly?: boolean): DbGateContainerResource method
withDataVolume builder Adds a named volume for the data folder to a DbGate container resource.
withDataVolume(name?: string, isReadOnly?: boolean): DbGateContainerResource method
withHostPort builder Configures the host port that the DbGate resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): DbGateContainerResource