From e6d553c15624de8a7a68755b8b5f6032a3ab0048 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Tue, 26 Nov 2024 18:21:59 +0000 Subject: [PATCH] Init --- README.md | 4 ++++ compose.yml | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 README.md create mode 100644 compose.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..276cc93 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Watch Your Lan Docker Setup + +Port: 8840 + diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..c76f57e --- /dev/null +++ b/compose.yml @@ -0,0 +1,19 @@ +services: + wyl: + image: aceberg/watchyourlan + container_name: "wyl" + network_mode: "host" + restart: unless-stopped + command: "-n http://192.168.2.50:8850" # put your server IP or DNS name here + volumes: + - ~/data:/data/WatchYourLAN + environment: + TZ: Europe/Berlin # required: needs your TZ for correct time + IFACES: "eth0" # required: 1 or more interface + HOST: "0.0.0.0" # optional, default: 0.0.0.0 + PORT: "8840" # optional, default: 8840 + TIMEOUT: "120" # optional, time in seconds, default: 120 + SHOUTRRR_URL: "" # optional, set url to notify + THEME: "sand" # optional + COLOR: "dark" # optional + ARP_ARGS: "-r 1"