Table of Contents

Class ComposeStackManifest

Namespace
AgentContainers.Core.Models
Assembly
AgentContainers.Core.dll
Compose stack definition: multi-service topology assembled from fragments. Defined in definitions/compose/*.yaml
public sealed class ComposeStackManifest : ManifestBase
Inheritance
ComposeStackManifest
Inherited Members

Properties

EnvFile

Optional env_file reference (e.g. ".env") applied to all services in the stack. Allows operators to provide overrides without editing compose YAML.
public string? EnvFile { get; set; }

Property Value

string

Networks

public List<NetworkDeclaration> Networks { get; set; }

Property Value

List<NetworkDeclaration>

Services

public List<ComposeService> Services { get; set; }

Property Value

List<ComposeService>

Volumes

public List<VolumeDeclaration> Volumes { get; set; }

Property Value

List<VolumeDeclaration>