feat: Add Docker compose scripts for starting and stopping services with health checks
All checks were successful
Publish Container / publish (push) Successful in 3m14s
All checks were successful
Publish Container / publish (push) Successful in 3m14s
This commit is contained in:
parent
c8c5f0071f
commit
273b8d5a69
3 changed files with 106 additions and 0 deletions
3
.vscode/compose-down.ps1
vendored
Normal file
3
.vscode/compose-down.ps1
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Write-Host "Stopping docker compose (debug)..."
|
||||
docker compose down
|
||||
exit $LASTEXITCODE
|
||||
Loading…
Add table
Add a link
Reference in a new issue