++ primo caricamento
This commit is contained in:
12
start-garage.sh
Normal file
12
start-garage.sh
Normal 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."
|
||||
Reference in New Issue
Block a user