[add] graphviz

This commit is contained in:
Andy Bunce 2025-05-21 16:12:37 +01:00
parent e195c3a9f1
commit 999c503294
6 changed files with 98 additions and 0 deletions

7
graphviz/compose.yml Normal file
View file

@ -0,0 +1,7 @@
name: graphviz
services:
graphviz:
ports:
- 8000:8000
image: graphviz
restart: unless-stopped