20 lines
662 B
Markdown
20 lines
662 B
Markdown
# Infrastructure diagrams
|
|
|
|
## Physical / virtual topology
|
|
|
|
This view groups containers by inferred host and service role (edge/proxy/auth, monitoring, automation, apps, and supporting storage/services).
|
|
|
|
<div class="diagram-wrap">
|
|
<img src="physical-topology.svg" alt="Physical topology">
|
|
</div>
|
|
|
|
## Docker, Traefik and Dynu routing
|
|
|
|
This view shows sanitised public DNS names flowing to Traefik, then to exposed Docker services, with backend Docker network membership shown as secondary context.
|
|
|
|
_Diagrams are generated from Compose data and Traefik labels._
|
|
|
|
<div class="diagram-wrap">
|
|
<img src="docker-traefik-dynu.svg" alt="Docker Traefik Dynu">
|
|
</div>
|