WatchYourLan for OpenMediaVault Composer

d
version: "3"
services:
wyl:
image: aceberg/watchyourlan
network_mode: "host"
restart: unless-stopped
volumes:
- ./composer/WatchYourLan:/data # project path
environment:
TZ: Europe/London # required: needs your TZ for correct time
IFACES: eth0 # bond0 # required: 1 or more interface
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
#GUIIP: "localhost" # optional, default: localhost
HOST: 192.168.0.174 # IP number of your nas, makesure this is Static ip
GUIPORT: 8840 # optional, default: 8840
TIMEOUT: 60 # optional, time in seconds, default: 60
SHOUTRRR_URL: "" # optional, set url to notify
THEME: "darkly" # optional
IGNOREIP: "no"