1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v1/output/images/2019/services.dot

19 lines
354 B
Text

digraph G {
node[shape=box];
edge[headport=n];
subgraph cluster {
hitch
"acme.sh"
}
hitch -> varnish;
varnish -> nginx;
varnish -> pkb;
varnish -> binary_trance;
varnish -> wizards;
varnish -> rust_melbourne;
pkb -> syncthing;
binary_trance -> postgresql:nw;
wizards -> postgresql;
rust_melbourne -> postgresql:ne;
}