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