created example omnibus docker-compose file.

This commit is contained in:
Jason Kulatunga
2022-05-12 07:40:14 -07:00
parent 3a0adb406f
commit 62354f2ab8
2 changed files with 3 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.5'
services:
scrutiny:
container_name: scrutiny
image: ghcr.io/analogj/scrutiny:master-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"