From ee3bf0ca79bc8834beb5f66187bacb9cec62383a Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sat, 28 Jun 2025 16:09:29 +0800 Subject: [PATCH] Add scrutiny --- scrutiny/compose.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 scrutiny/compose.yaml diff --git a/scrutiny/compose.yaml b/scrutiny/compose.yaml new file mode 100644 index 0000000..f153e6e --- /dev/null +++ b/scrutiny/compose.yaml @@ -0,0 +1,24 @@ +services: + scrutiny: + image: ghcr.io/analogj/scrutiny:master-omnibus + container_name: scrutiny + cap_add: SYS_RAWIO + volumes: + - /run/udev:/run/udev:ro + - /mnt/docker/scrutiny/influxdb:/opt/scrutiny/influxdb + - /mnt/docker/scrutiny/config:/opt/scrutiny/config + devices: + - /dev/disk/by-uuid/fcee0188-8ca1-4fda-81b7-f5920c79ab48 + - /dev/disk/by-uuid/5d9dd538-79e4-4168-be91-e0b040155cb3 + - /dev/disk/by-uuid/5a43b7dc-3e28-459e-824a-ad45b5475361 + labels: + caddy: scrutiny.ferngarden.net + caddy.import: internal + caddy.reverse_proxy: '{{ upstreams 8080 }}' + +networks: + default: + proxy: + external: true + metrics: + external: true \ No newline at end of file