fix: stacks STACKS_DIR defaults to PWD instead of ~/stacks

Makes stacks work like arty — discovers stacks in the current directory.
Explicit STACKS_DIR env var still takes precedence.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 18:11:58 +02:00
co-authored by Claude Sonnet 4.6
parent 44655ccbd9
commit 3ef96ff8ab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ arty docker:install # Docker Engine with user group
Scripts live in `~/bin/` and are tracked in this repo.
- **`arty`** — repository orchestration, reads `arty.yml`
- **`stacks`** — Docker Compose stack manager for `~/stacks`
- **`stacks`** — Docker Compose stack manager (runs in current directory, or set `STACKS_DIR`)
---