mirror of
https://github.com/AnalogJ/scrutiny.git
synced 2026-06-08 16:23:03 +08:00
18 lines
414 B
YAML
18 lines
414 B
YAML
services:
|
|
scrutiny:
|
|
restart: unless-stopped
|
|
container_name: scrutiny
|
|
image: ghcr.io/analogj/scrutiny:nightly-omnibus
|
|
cap_add:
|
|
- SYS_RAWIO
|
|
ports:
|
|
- "8080:8080" # webapp
|
|
- "8086:8086" # influxDB admin
|
|
volumes:
|
|
- /run/udev:/run/udev:ro
|
|
- ./config:/opt/scrutiny/config
|
|
- ./influxdb:/opt/scrutiny/influxdb
|
|
devices:
|
|
- "/dev/sda"
|
|
- "/dev/sdb"
|