stacks-deploy
Installation
SKILL.md
stacks-deploy
Generates minimal deployment stack entries from containerized git repos. Separates build concerns (git repo) from deployment topology (stacks monorepo) behind the delo.sh Traefik proxy.
Invariants
- No source code in stacks. Config files, scripts, and .env only.
- No submodules. Links between repos are image references + mise tasks.
- No
build:in stacks compose files. Everything usesimage:. - Runtime data lives at
/home/delorenj/data/<service>/, not in stacks or git repos. network_mode: hostservices cannot join the proxy network. Use a companion service for Traefik routing.
Workflow
Step 1: Analyze Source Repo
Read the source repo's compose file(s), Dockerfile(s), and any deployment docs.