initial COM2 system snapshot
This commit is contained in:
12
repos/hxki-inventory/chaos/hxki_falkenstein_all_up.sh
Executable file
12
repos/hxki-inventory/chaos/hxki_falkenstein_all_up.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> Starte Falkenstein-Services (HX-KI + Caddy) ..."
|
||||
cd /opt/hx-ki/docker
|
||||
docker compose up -d
|
||||
|
||||
cd /opt/hx-caddy
|
||||
docker compose up -d
|
||||
|
||||
echo "==> Alle definierten Services sind hochgefahren."
|
||||
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"
|
||||
Reference in New Issue
Block a user