Add Scrutiny

This commit is contained in:
Primož Pokeržnik
2024-05-15 09:25:43 +02:00
parent fc4238b227
commit 052783da09

View File

@@ -0,0 +1,17 @@
services:
scrutiny:
container_name: scrutiny
image: ghcr.io/analogj/scrutiny:master-omnibus
cap_add:
- SYS_RAWIO
- SYS_ADMIN
ports:
- "8080:8080"
volumes:
- /run/udev:/run/udev:ro
- ./config:/opt/scrutiny/config
- ./influxdb:/opt/scrutiny/influxdb
devices:
- "/dev/sda"
- "/dev/sdb"
- "/dev/nvme0n1"