Initial commit

This commit is contained in:
2023-06-14 12:34:50 +02:00
parent edf2f346b7
commit ac10b43a8a
18 changed files with 466 additions and 0 deletions

View File

@ -0,0 +1,22 @@
version: '3.5'
services:
scrutiny:
container_name: scrutiny
image: ghcr.io/analogj/scrutiny:master-omnibus
cap_add:
- SYS_RAWIO
ports:
- "6666:8080" # webapp
- "8086:8086" # influxDB admin
volumes:
- /run/udev:/run/udev:ro
- /srv/dev-disk-by-uuid-cda15581-b397-4ab7-8698-acea81fc1e9c/scrutiny/config:/opt/scrutiny/config
- /srv/dev-disk-by-uuid-cda15581-b397-4ab7-8698-acea81fc1e9c/scrutiny/influxdb:/opt/scrutiny/influxdb
devices:
- "/dev/sda"
- "/dev/sdb"
- "/dev/sdc"
- "/dev/sdd"
- "/dev/sde"
restart: unless-stopped