docs: replace all Coolify references with Orca across compliance repo
All checks were successful
Build + Deploy / build-ai-sdk (push) Successful in 31s
Build + Deploy / build-developer-portal (push) Successful in 7s
CI/CD / python-lint (push) Has been skipped
CI/CD / nodejs-lint (push) Has been skipped
CI/CD / test-python-backend-compliance (push) Successful in 35s
CI/CD / test-python-dsms-gateway (push) Successful in 19s
Build + Deploy / build-admin-compliance (push) Successful in 8s
Build + Deploy / build-backend-compliance (push) Successful in 8s
Build + Deploy / build-tts (push) Successful in 7s
Build + Deploy / build-document-crawler (push) Successful in 7s
Build + Deploy / build-dsms-gateway (push) Successful in 7s
CI/CD / go-lint (push) Has been skipped
CI/CD / test-go-ai-compliance (push) Successful in 34s
CI/CD / test-python-document-crawler (push) Successful in 23s
CI/CD / validate-canonical-controls (push) Successful in 12s
Build + Deploy / trigger-orca (push) Successful in 2m11s

CI/CD pipeline now uses Orca (build-push-deploy.yml) not Coolify.
Updated CLAUDE.md, workflow comments, docs-src, and hetzner compose.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-04-17 10:39:45 +02:00
parent 20fbfc197e
commit 11f13b3f74
8 changed files with 39 additions and 39 deletions

View File

@@ -1,16 +1,16 @@
# =========================================================
# BreakPilot Compliance — Coolify Production Override
# BreakPilot Compliance — Orca Production Override
# =========================================================
# Verwendung: docker compose -f docker-compose.yml -f docker-compose.hetzner.yml up -d
#
# Aenderungen gegenueber docker-compose.yml:
# - Platform: arm64 → amd64 (Coolify = x86_64)
# - Network: external → auto-create (kein breakpilot-core auf Coolify)
# - depends_on: core-health-check entfernt (kein Core auf Coolify)
# - API URLs: auf Coolify-interne Adressen angepasst
# - Platform: arm64 → amd64 (Orca = x86_64)
# - Network: external → auto-create (kein breakpilot-core auf Orca)
# - depends_on: core-health-check entfernt (kein Core auf Orca)
# - API URLs: auf Orca-interne Adressen angepasst
# =========================================================
# Auf Coolify laeuft kein breakpilot-core, daher Network selbst erstellen
# Auf Orca laeuft kein breakpilot-core, daher Network selbst erstellen
networks:
breakpilot-network:
external: false
@@ -18,9 +18,9 @@ networks:
services:
# Core-Health-Check deaktivieren (Core laeuft nicht auf Coolify)
# Core-Health-Check deaktivieren (Core laeuft nicht auf Orca)
core-health-check:
entrypoint: ["sh", "-c", "echo 'Core health check skipped on Coolify' && exit 0"]
entrypoint: ["sh", "-c", "echo 'Core health check skipped on Orca' && exit 0"]
restart: "no"
admin-compliance: