Add Unraid all-in-one runtime
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 04:41:50 +02:00
parent ed083d1f3a
commit e553ce845b
17 changed files with 422 additions and 104 deletions
+7 -5
View File
@@ -32,14 +32,16 @@ fi
git fetch origin "$REMOTE_BRANCH"
git checkout -B "$REMOTE_BRANCH" "origin/$REMOTE_BRANCH"
chmod +x scripts/*.sh backend/docker_start.sh deploy/unraid/*.sh || true
docker compose config >/dev/null
docker compose build backend frontend
docker compose up -d
docker compose ps
docker compose down --remove-orphans || true
docker compose -f docker-compose.unraid.yml config >/dev/null
docker compose -f docker-compose.unraid.yml build geointel
docker compose -f docker-compose.unraid.yml up -d
docker compose -f docker-compose.unraid.yml ps
if [[ -x scripts/live_migration_smoke.sh ]]; then
bash scripts/live_migration_smoke.sh
COMPOSE_FILE=docker-compose.unraid.yml bash scripts/live_migration_smoke.sh
fi
if [[ -x scripts/verify_browser_runtime.sh ]]; then