Write-Host "Starting Docker backend on http://localhost:5000" -ForegroundColor Cyan Write-Host "Requires: SSH tunnel running (scripts/local-tunnel.ps1)" Write-Host "" docker compose -f "$PSScriptRoot\..\deploy\docker-compose.local.yml" up --build