Share via


DockerComposeEnvironmentExtensions Class

Definition

Provides extension methods for adding Docker Compose environment resources to the application model.

public static class DockerComposeEnvironmentExtensions
type DockerComposeEnvironmentExtensions = class
Public Module DockerComposeEnvironmentExtensions
Inheritance
DockerComposeEnvironmentExtensions

Methods

AddDockerComposeEnvironment(IDistributedApplicationBuilder, String)

Adds a Docker Compose environment to the application model.

ConfigureComposeFile(IResourceBuilder<DockerComposeEnvironmentResource>, Action<ComposeFile>)

Configures the Docker Compose file for the environment resource.

WithDashboard(IResourceBuilder<DockerComposeEnvironmentResource>, Action<IResourceBuilder<DockerComposeAspireDashboardResource>>)

Configures the dashboard properties for this Docker Compose environment.

WithDashboard(IResourceBuilder<DockerComposeEnvironmentResource>, Boolean)

Enables the Aspire dashboard for telemetry visualization in this Docker Compose environment.

WithProperties(IResourceBuilder<DockerComposeEnvironmentResource>, Action<DockerComposeEnvironmentResource>)

Allows setting the properties of a Docker Compose environment resource.

Applies to