initial COM2 system snapshot
This commit is contained in:
15
repos/hxki-inventory/chaos/hxki_orchestra_down.sh
Executable file
15
repos/hxki-inventory/chaos/hxki_orchestra_down.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> [1/3] Stoppe das gesamte ORCHESTER (HX-KI Dienste) ..."
|
||||
cd /opt/hx-ki/docker
|
||||
docker compose down
|
||||
|
||||
echo "==> [2/3] Stoppe DIRIGENT (Caddy) ..."
|
||||
cd /opt/hx-caddy
|
||||
docker compose down
|
||||
|
||||
echo "======================================================"
|
||||
echo "HX-KI FALKENSTEIN ORCHESTER = AUS"
|
||||
echo "Alle Dienste sauber beendet."
|
||||
echo "======================================================"
|
||||
Reference in New Issue
Block a user