OPC # 0007: Patch FDEV provisioning for local aspire development
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -101,10 +101,13 @@ public class ClarityContainerService(
|
||||
},
|
||||
Labels = new Dictionary<string, string>
|
||||
{
|
||||
["clarity.managed"] = "true",
|
||||
["clarity.subdomain"] = subdomain,
|
||||
["clarity.siteCode"] = siteCode,
|
||||
["clarity.env"] = environment,
|
||||
["clarity.managed"] = "true",
|
||||
["clarity.subdomain"] = subdomain,
|
||||
["clarity.siteCode"] = siteCode,
|
||||
["clarity.env"] = environment,
|
||||
// Groups containers in Docker Desktop by environment tier (fdev / uat / prod).
|
||||
["com.docker.compose.project"] = $"clarity-{environment.ToLowerInvariant()}",
|
||||
["com.docker.compose.service"] = name,
|
||||
},
|
||||
}, cancellationToken);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user