WorkTracker/.vscode/compose-down.ps1
MaddoScientisto 273b8d5a69
All checks were successful
Publish Container / publish (push) Successful in 3m14s
feat: Add Docker compose scripts for starting and stopping services with health checks
2026-04-20 21:17:24 +02:00

3 lines
87 B
PowerShell

Write-Host "Stopping docker compose (debug)..."
docker compose down
exit $LASTEXITCODE