aboutsummaryrefslogtreecommitdiff
path: root/templates/infrastructure/network-diagram.org
blob: e22edd00a2f6093ad6d2e4da9b142bbe57ab059b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#+TITLE: Network Diagram - [Environment Name]
#+FILETAGS: :infra:network:

* Overview

* Layout

#+BEGIN_SRC dot :file network-diagram.png :exports results :cmdline -Tpng
graph G {
  "Internet" -- "Load Balancer"
  "Load Balancer" -- "App Servers"
  "App Servers" -- "Database"
}
#+END_SRC

* Notes