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.
20 lines
568 B
20 lines
568 B
version: "3.5"
|
|
services:
|
|
scrutiny:
|
|
container_name: scrutiny
|
|
image: ghcr.io/analogj/scrutiny:master-omnibus@sha256:825a50b2199864a7d964ea81b1e5b3751f63cb95953a35ea68bbf7c0ecc495e7
|
|
cap_add:
|
|
- SYS_RAWIO
|
|
ports:
|
|
- 8081:8080 # webapp
|
|
- 8086:8086 # influxDB admin
|
|
volumes:
|
|
- /run/udev:/run/udev:ro
|
|
- ${STORAGE_BASE_PATH}/config:/opt/scrutiny/config
|
|
- ${STORAGE_BASE_PATH}/influxdb:/opt/scrutiny/influxdb
|
|
devices:
|
|
- /dev/sda1
|
|
#- /dev/sdb
|
|
#- /dev/sdc
|
|
#- /dev/sdd
|
|
restart: unless-stopped
|
|
|