Skip to content
Docs Try Aspire

DockerComposeEnvironmentResource Properties

Class Properties 2 members
Represents a Docker Compose environment resource that can host application resources.
DashboardEnabled Section titled DashboardEnabled bool
Determines whether to include an Aspire dashboard for telemetry visualization in this environment.
public bool DashboardEnabled { get; set; }
DefaultNetworkName Section titled DefaultNetworkName nullable string?
The name of an existing network to be used.
public string? DefaultNetworkName { get; set; }