- Add claude-memory stack (was previously untracked) - Update Docker image from viktorbarzin/claude-memory to viktorbarzin/claude-memory-mcp (standalone open-source repo) - CI/CD now lives in the standalone repo's .woodpecker.yml
10 lines
192 B
HCL
10 lines
192 B
HCL
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
|
|
locals {
|
|
tiers = {
|
|
core = "0-core"
|
|
cluster = "1-cluster"
|
|
gpu = "2-gpu"
|
|
edge = "3-edge"
|
|
aux = "4-aux"
|
|
}
|
|
}
|