Files
hx-ki.com2/repos/hxki-inventory/chaos/hxki_falkenstein_all_down.sh
2026-03-06 15:22:40 +00:00

12 lines
241 B
Bash
Executable File

#!/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."