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
Networks
public List<NetworkDeclaration> Networks { get; set; }
Property Value
Services
public List<ComposeService> Services { get; set; }
Property Value
Volumes
public List<VolumeDeclaration> Volumes { get; set; }