chore(dev): add docker compose up/down helper scripts

This commit is contained in:
2026-02-25 10:45:06 +00:00
parent 0e98f0877b
commit f76d952b59
2 changed files with 19 additions and 0 deletions

6
scripts/dev-down.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
cd "$ROOT_DIR"
docker compose down