mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
cleanup repo
This commit is contained in:
3
examples/watchyourlan/README.md
Normal file
3
examples/watchyourlan/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
- https://github.com/aceberg/WatchYourLAN
|
||||
18
examples/watchyourlan/docker-compose.yml
Normal file
18
examples/watchyourlan/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: "3"
|
||||
services:
|
||||
wyl:
|
||||
image: aceberg/watchyourlan
|
||||
container_name: watchyourlan
|
||||
network_mode: "host"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/docker-volumes/watchyourlan:/data
|
||||
environment:
|
||||
TZ: Europe/Berlin # required: needs your TZ for correct time
|
||||
IFACE: "ens18" # required: 1 or more interface
|
||||
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
|
||||
GUIIP: "127.0.0.1" # optional, default: localhost
|
||||
GUIPORT: "8840" # optional, default: 8840
|
||||
TIMEOUT: "120" # optional, time in seconds, default: 60
|
||||
#SHOUTRRR_URL: "telegram://" # optional, set url to notify
|
||||
THEME: "darkly" # optional
|
||||
Reference in New Issue
Block a user