Skip to content
Docs Try Aspire
Docs Try

addService

Method
📦 Aspire.Hosting.Docker v13.4.0
interface ComposeFile {
// ... omitted for brevity
addService(
name: string,
image?: string,
configure?: callback): ComposeFile;
}

Signature

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

Applies to

This method applies to the following types: