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