From 5e38b9f9ba7d9f7cebeda9365a50c4adb3d38b06 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 8 May 2026 22:52:14 +0000 Subject: [PATCH] Add wyl/docker-compose.yml --- wyl/docker-compose.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 wyl/docker-compose.yml diff --git a/wyl/docker-compose.yml b/wyl/docker-compose.yml new file mode 100644 index 0000000..8fe3d28 --- /dev/null +++ b/wyl/docker-compose.yml @@ -0,0 +1,20 @@ +services: + shoutrrr: + stdin_open: true + tty: true + image: containrrr/shoutrrr + restart: unless-stopped + command: generate telegram +# + watchyourlan: + image: aceberg/watchyourlan + container_name: wyl + restart: unless-stopped + environment: + - IFACES=nic1 + - TZ=Europe/London + network_mode: "host" + volumes: + - /mnt/disk/WatchYourLAN/data:/data/WatchYourLAN + +