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
Binary file added docs/images/rhdh-local-runtime-architecture.png

@rm3l rm3l Jun 23, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this! Having a diagram like this is valuable.
However, I can see that this is already outdated as it doesn't include the Lightspeed containers (which are now enabled by default).
And in general, a .png diagram is opaque to diffs and will likely go stale as the project evolves. I'd suggest switching to a text-based diagram that could be rendered as expected by TechDocs (Mermaid, PlantUML, ...), if possible.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/rhdh-local-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ RHDH Local serves multiple purposes for platform engineers, developers, and orga
* Use plugin scaffolding templates
* Integrate locally-built plugins for development workflows

## Architecture Overview

The following diagram illustrates the RHDH Local service flow, showing how the container services, entry scripts, shared volumes, and environment configuration fit together when you run `compose up`.

![RHDH Local — Service Flow](../images/rhdh-local-runtime-architecture.png){ width="850" }

## Key Requirements of RHDH Local

To use RHDH Local effectively, you need:
Expand Down