diff --git a/Scrutiny/docker-compose.yml b/Scrutiny/docker-compose.yml new file mode 100644 index 0000000..12dd453 --- /dev/null +++ b/Scrutiny/docker-compose.yml @@ -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" \ No newline at end of file