Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ The Keycloak image is built with the **m8flow realm-info-mapper** provider, so t
| `m8flow-celery-worker` | Celery background task worker | — |
| `m8flow-celery-flower` | Celery monitoring UI | 6850 |
| `m8flow-nats-consumer` | NATS event consumer | — |
| `otel-lgtm` | Grafana + OTLP (LGTM bundle) | `GRAFANA_HTTP_PORT` (default 3000), 4317, 4318 |
| `promtail` | Ships Docker logs to Loki (Keycloak, Flower, etc.) | — |

**Grafana auth (local vs production)** is controlled via **`GRAFANA_*`** in `.env` (see [sample.env](sample.env)). Setup and Keycloak client/role steps: [docs/grafana-keycloak.md](docs/grafana-keycloak.md).

**Unified logs dashboard (Loki)** and Promtail wiring: [docs/grafana-logs.md](docs/grafana-logs.md).

**Init-only services** (run once via `--profile init`):

Expand Down
Loading
Loading