chore: add local docker validation workflow

This commit is contained in:
2026-05-26 14:48:12 +08:00
parent ef9b8312ec
commit 8d5311c60a
10 changed files with 304 additions and 3 deletions

7
scripts/stop-local-docker.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$ROOT_DIR"
docker compose -f docker-compose.local.yml --env-file deploy/.env.local down "$@"