Skip to content
DocsTry Aspire
DocsTry

ComposeFile.addService

Method
📦 Aspire.Hosting.Docker v13.4.0
interface ComposeFile {
// ... omitted for brevity
addService(name: string, image?: string, configure?: (obj: Service) => Promise<void>): ComposeFile;
}

Signature

methodaddService
Adds a service definition to the Docker Compose file.
addService(name: string, image?: string, configure?: (obj: Service) => Promise<void>): ComposeFile
namestring
imagestringoptional
configure(obj: Service) => Promise<void>optional
ComposeFile

Defined on

This method is defined on the following type: