mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 10:05:14 +00:00
add local dev setup
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
e5619bb002
commit
540313016b
5 changed files with 217 additions and 0 deletions
9
scripts/dev-down
Executable file
9
scripts/dev-down
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
compose_file="$repo_root/docker/compose.dev.yml"
|
||||
|
||||
docker compose -f "$compose_file" down --remove-orphans
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue