[mode] baszel?

This commit is contained in:
Andy Bunce 2025-02-24 20:57:41 +00:00
parent 926612eee5
commit 7ef7a27d3a
2 changed files with 11 additions and 0 deletions

9
beszel/compose.yaml Normal file
View file

@ -0,0 +1,9 @@
services:
beszel:
image: henrygd/beszel
container_name: beszel
restart: unless-stopped
ports:
- 8090:8090
volumes:
- ./beszel_data:/beszel_data

View file

@ -65,6 +65,8 @@ digraph saffron {
e3 [label = "emby:8097";href = "http://omv.local:8097";tooltip = "Emby";];
e4 [label = "omv:81";href = "http://omv.local:81";tooltip = "Open media vault";];
e5 [label = "vikunja:3456";href = "http://omv.local:3456/";tooltip = "Vikunja";];
e6 [label = "dockge:5001";href = "http://omv.local:5001/";tooltip = "dockge";];
e7 [label = "nextcloud:8090";href = "http://omv.local:8090/";tooltip = "next cloud";];
}
subgraph cluster_f {
label = "odroid-n2";