using github container registry images.

update documentation to enable persistence by default
update docs to include influxdb
This commit is contained in:
Jason Kulatunga
2022-05-01 21:08:18 -07:00
parent 08f247109a
commit ae99ffd57e
5 changed files with 22 additions and 9 deletions
+2
View File
@@ -1,3 +1,5 @@
# This vagrant file is only used for local development & testing.
Vagrant.configure("2") do |config|
config.vm.guest = :freebsd
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true
+2 -1
View File
@@ -3,7 +3,7 @@ version: '3.5'
services:
scrutiny:
container_name: scrutiny
image: analogj/scrutiny
image: ghcr.io/analogj/scrutiny:master-omnibus
cap_add:
- SYS_RAWIO
ports:
@@ -11,6 +11,7 @@ services:
volumes:
- /run/udev:/run/udev:ro
- ./config:/scrutiny/config
- ./influxdb:/var/lib/influxdb2
devices:
- "/dev/sda"
- "/dev/sdb"