commit e6d553c15624de8a7a68755b8b5f6032a3ab0048
Author: DerGrumpf
Date: Tue Nov 26 18:21:59 2024 +0000
Init
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"