docs: persist isolated 8081 startup workflow

This commit is contained in:
hyunho
2026-03-31 17:47:39 +09:00
parent 1cd0f21a36
commit 4b4ffafbd2
9 changed files with 320 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "${ROOT_DIR}"
docker compose up -d
"${ROOT_DIR}/scripts/start_8081.sh"
echo "8080: http://localhost:8080"
echo "8081: http://localhost:8081"