initial COM2 system snapshot
This commit is contained in:
11
repos/hxki-inventory/chaos/hxki_falkenstein_all_down.sh
Executable file
11
repos/hxki-inventory/chaos/hxki_falkenstein_all_down.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> Stoppe Falkenstein-Services (Caddy zuerst, dann HX-KI) ..."
|
||||
cd /opt/hx-caddy
|
||||
docker compose down
|
||||
|
||||
cd /opt/hx-ki/docker
|
||||
docker compose down
|
||||
|
||||
echo "==> Alle Falkenstein-Services sind gestoppt."
|
||||
Reference in New Issue
Block a user