Files
homelab-optimized/docs/architecture/service-dependencies.md
Gitea Mirror Bot 8882a5948e
Some checks failed
Documentation / Build Docusaurus (push) Failing after 18m57s
Documentation / Deploy to GitHub Pages (push) Has been skipped
Sanitized mirror from private repository - 2026-04-05 11:10:41 UTC
2026-04-05 11:10:41 +00:00

744 B
Raw Blame History

Service Dependency Diagram

The diagram below shows the highlevel dependencies between our core services. It is updated automatically via the dependency-graph.py script in the CI pipeline.

%%{init: {'theme': 'forest'}}%%
graph LR
    MGMT["Portainer EE"] -->|Deploys| STACKS["Stacks"]
    STACKS -->|REST API| APP["REST Services"]
    APP -->|Auth| AUTH["Authentik"]
    AUTH -->|SSO| TRAFFIC["Ingress"]
    TRAFFIC -->|Encrypt| TLS["TLS / Let's Encrypt"]
    STACKS -->|Logs| LOGS["Grafana
    .
    Alerts"]

Note

: The image below is an SVG rendered from the Mermaid diagram. It is stored in the docs directory so you can view it offline.

Service Dependencies