Add Monitoring_Containers/scrutiny/compose.yaml

This commit is contained in:
2026-02-14 02:44:49 +00:00
parent 33c91f7a28
commit 61870dd0d6
@@ -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