Scrutiny
version: '3.5'
services:
scrutiny:
container_name: scrutiny
image: ghcr.io/analogj/scrutiny:master-omnibus
cap_add:
- SYS_RAWIO
# - SYS_ADMIN # for NVME drives
ports:
- "8384:8080" # webapp
- "8086:8086" # influxDB admin
volumes:
- /run/udev:/run/udev:ro
- /srv/path/Scrutiny/config:/opt/scrutiny/config
- /srv/path/Scrutiny/influxdb:/opt/scrutiny/influxdb
restart: unless-stopped
devices:
# - "/dev/nvme0"
- "/dev/sda"
No Comments