feat(claude-memory): add stack and update image to standalone repo
- 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
This commit is contained in:
parent
2102cb2d73
commit
a6f71fc6f0
3 changed files with 200 additions and 0 deletions
8
stacks/claude-memory/terragrunt.hcl
Normal file
8
stacks/claude-memory/terragrunt.hcl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
include "root" {
|
||||
path = find_in_parent_folders()
|
||||
}
|
||||
|
||||
dependency "platform" {
|
||||
config_path = "../platform"
|
||||
skip_outputs = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue