mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
24 lines
464 B
Text
24 lines
464 B
Text
digraph G {
|
|
node[shape=box];
|
|
edge[headport=n];
|
|
|
|
subgraph cluster {
|
|
hitch
|
|
lego
|
|
}
|
|
hitch -> varnish;
|
|
varnish -> nginx;
|
|
varnish -> pkb;
|
|
varnish -> wizards;
|
|
varnish -> rust_melbourne;
|
|
varnish -> pleroma;
|
|
varnish -> read_rust;
|
|
varnish -> read_rust_leaf;
|
|
varnish -> quotes;
|
|
varnish -> dewpoint;
|
|
pkb -> syncthing;
|
|
read_rust -> postgresql:ne;
|
|
wizards -> postgresql;
|
|
rust_melbourne -> postgresql:ne;
|
|
pleroma -> postgresql:ne;
|
|
}
|