services: << service_name >>: image: ghcr.io/analogj/scrutiny:master-omnibus container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/opt/scrutiny/config - << appdata_dir >>/<< service_name >>-influxdb:/opt/scrutiny/influxdb - /run/udev:/run/udev:ro ports: - "<< port >>:8080" cap_add: - SYS_RAWIO devices: - /dev/sda:/dev/sda restart: unless-stopped