Files
Docker-Compose/Monitoring_Containers/scrutiny/compose.yaml
T

17 lines
450 B
YAML
Raw Normal View History

services:
scrutiny:
container_name: scrutiny
image: ghcr.io/analogj/scrutiny:master-omnibus
cap_add:
- SYS_RAWIO
ports:
- "8099:8080" # webapp
- "8098: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