++ primo caricamento

This commit is contained in:
2026-03-03 13:47:34 +01:00
commit ac495c31dc
5 changed files with 220 additions and 0 deletions

12
start-garage.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
echo "[1/2] Avvio stack Docker Compose..."
docker compose up -d
echo "[2/2] Bootstrap layout Garage..."
./bootstrap-garage-layout.sh
echo "OK: Garage avviato e layout verificato."