diff --git a/docs/developer-operations-runbook.md b/docs/developer-operations-runbook.md index 81b7e90..d054508 100644 --- a/docs/developer-operations-runbook.md +++ b/docs/developer-operations-runbook.md @@ -12,6 +12,9 @@ Caddy (reverse proxy, TLS, host-routed) ├── global.engage.healix360.net → sidecar-global:4100 ├── telephony.engage.healix360.net → telephony:4200 ├── *.app.healix360.net → server:4000 (platform) + ├── monitoring.healix360.net → grafana:3000 + ├── operations.healix360.net → woodpecker-server:8000 + ├── git.healix360.net → gitea:3000 └── engage.healix360.net → 404 (no catchall) Docker Compose stack (EC2 — 13.234.31.194): @@ -28,7 +31,9 @@ Docker Compose stack (EC2 — 13.234.31.194): ├── db — PostgreSQL 16 (workspace-per-schema) ├── clickhouse — Analytics ├── minio — S3-compatible object storage - └── redpanda — Event bus (Kafka-compatible) + ├── redpanda — Event bus (Kafka-compatible) + ├── loki — Log aggregation (receives from Docker logging driver) + └── grafana — Monitoring dashboards (Loki + ClickHouse data sources) ``` --- @@ -77,6 +82,9 @@ eval $EC2_SSH hostname | Ramaiah Platform | `https://ramaiah.app.healix360.net` | | Global Platform | `https://global.app.healix360.net` | | Telephony Dispatcher | `https://telephony.engage.healix360.net` | +| Monitoring (Grafana) | `https://monitoring.healix360.net` | +| CI/CD (Woodpecker) | `https://operations.healix360.net` | +| Git (Gitea) | `https://git.healix360.net` | ---