You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
401 B
19 lines
401 B
4 years ago
|
version: '3.5'
|
||
|
|
||
|
services:
|
||
|
scrutiny:
|
||
|
container_name: scrutiny
|
||
3 years ago
|
image: ghcr.io/analogj/scrutiny:master-omnibus
|
||
4 years ago
|
cap_add:
|
||
|
- SYS_RAWIO
|
||
|
ports:
|
||
3 years ago
|
- "8080:8080" # webapp
|
||
|
- "8086:8086" # influxDB admin
|
||
4 years ago
|
volumes:
|
||
|
- /run/udev:/run/udev:ro
|
||
3 years ago
|
- ./config:/opt/scrutiny/config
|
||
3 years ago
|
- ./influxdb:/opt/scrutiny/influxdb
|
||
4 years ago
|
devices:
|
||
|
- "/dev/sda"
|
||
|
- "/dev/sdb"
|