From 51a3a906d1a1355eeab4a8bc7014970164e5587c Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Thu, 10 Oct 2024 13:18:30 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home-tools.yaml b/home-tools.yaml index 14f4af8..43dd187 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -11,6 +11,17 @@ services: PUID: 1000 # read them from .env PGID: 1000 # read them from .env + watchyourlan: + container_name: wyl + image: 'aceberg/watchyourlan:v2' + volumes: + - '/dockers/wyl:/data/WatchYourLAN' + networks: + host: {} + environment: + - TZ=America/New_York + - IFACES=eth0 + mealie: container_name: mealie image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1