initial COM2 system snapshot
This commit is contained in:
27
repos/hxki-inventory/chaos/hxki_orchestra_up.sh
Executable file
27
repos/hxki-inventory/chaos/hxki_orchestra_up.sh
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> STARTE HX-KI ORCHESTER AUF FALKENSTEIN (OHNE hxki-web) ..."
|
||||
|
||||
echo "==> [1/3] Starte HX-KI-Services ..."
|
||||
cd /opt/hx-ki/docker
|
||||
docker compose up -d \
|
||||
hxki-grafana \
|
||||
hxki-n8n \
|
||||
hxki-mautic \
|
||||
hxki-gitea \
|
||||
hxki-syncthing \
|
||||
hxki-postgres \
|
||||
hxki-mariadb
|
||||
|
||||
echo "==> [2/3] Starte DIRIGENT (Caddy) ..."
|
||||
cd /opt/hx-caddy
|
||||
docker compose up -d
|
||||
|
||||
echo "==> [3/3] Verbinde DIRIGENT mit Netzwerk 'hxki-internal' (falls nötig) ..."
|
||||
docker network connect hxki-internal hx-caddy-caddy-1 2>/dev/null || echo " (Caddy ist bereits verbunden oder Netz fehlt)"
|
||||
|
||||
echo "======================================================"
|
||||
echo "HX-KI FALKENSTEIN ORCHESTER = AKTIV"
|
||||
docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'
|
||||
echo "======================================================"
|
||||
Reference in New Issue
Block a user