Class ComposeService
- Namespace
- AgentContainers.Core.Models
- Assembly
- AgentContainers.Core.dll
public sealed class ComposeService
- Inheritance
-
ComposeService
- Inherited Members
-
Properties
Agent
public string? Agent { get; set; }
Property Value
- string
Base
public string? Base { get; set; }
Property Value
- string
DependsOn
public List<ServiceDependency> DependsOn { get; set; }
Property Value
- List<ServiceDependency>
Healthcheck
public HealthcheckConfig? Healthcheck { get; set; }
Property Value
- HealthcheckConfig
Id
public required string Id { get; set; }
Property Value
- string
Image
public string? Image { get; set; }
Property Value
- string
Optional
public bool Optional { get; set; }
Property Value
- bool
Ports
public List<string> Ports { get; set; }
Property Value
- List<string>
Profiles
public List<string> Profiles { get; set; }
Property Value
- List<string>
public string? Toolpack { get; set; }
Property Value
- string
public List<string> Toolpacks { get; set; }
Property Value
- List<string>
Type
public string? Type { get; set; }
Property Value
- string