feat: Add Docker compose scripts for starting and stopping services with health checks
All checks were successful
Publish Container / publish (push) Successful in 3m14s

This commit is contained in:
MaddoScientisto 2026-04-20 21:17:24 +02:00
commit 273b8d5a69
3 changed files with 106 additions and 0 deletions

3
.vscode/compose-down.ps1 vendored Normal file
View file

@ -0,0 +1,3 @@
Write-Host "Stopping docker compose (debug)..."
docker compose down
exit $LASTEXITCODE