Skip to content
DocsTry Aspire
DocsTry

withOpenWebUI

Method
📦 CommunityToolkit.Aspire.Hosting.Ollama v13.4.0
interface OllamaExecutableResource {
// ... omitted for brevity
withOpenWebUI(
configureContainer?: callback,
containerName?: string): IOllamaResource;
}

Signature

methodwithOpenWebUIbuilder
Adds an Open WebUI container to the application model for administering Ollama. This version of the package defaults to the main tag of the Open WebUI container image.
withOpenWebUI(configureContainer?: (obj: OpenWebUIResource) => Promise<void>, containerName?: string): IOllamaResource
configureContainer(obj: OpenWebUIResource) => Promise<void>optional
containerNamestringoptional
IOllamaResource

Applies to

This method applies to the following types: