From 61870dd0d6e6d3ef6d9a7999e8ae03d7c7d437f8 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 14 Feb 2026 02:44:49 +0000 Subject: [PATCH] Add Monitoring_Containers/scrutiny/compose.yaml --- Monitoring_Containers/scrutiny/compose.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Monitoring_Containers/scrutiny/compose.yaml diff --git a/Monitoring_Containers/scrutiny/compose.yaml b/Monitoring_Containers/scrutiny/compose.yaml new file mode 100644 index 0000000..790dd64 --- /dev/null +++ b/Monitoring_Containers/scrutiny/compose.yaml @@ -0,0 +1,17 @@ +services: + scrutiny: + container_name: scrutiny + image: ghcr.io/analogj/scrutiny:master-omnibus + cap_add: + - SYS_RAWIO + ports: + - "8080:8080" # webapp + - "8086:8086" # influxDB admin + volumes: + - /run/udev:/run/udev:ro + - /srv/docker/scrutiny/config:/opt/scrutiny/config + - /srv/docker/scrutiny/influxdb:/opt/scrutiny/influxdb + #devices: + # - "/dev/sda" + # - "/dev/sdb" + restart: unless-stopped \ No newline at end of file