Update home-tools.yaml

master
Dex Burgess 2024-10-10 13:18:30 +00:00
parent 1dc0f507ac
commit 51a3a906d1
1 changed files with 11 additions and 0 deletions

View File

@ -11,6 +11,17 @@ services:
PUID: 1000 # read them from .env PUID: 1000 # read them from .env
PGID: 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: mealie:
container_name: mealie container_name: mealie
image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1 image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1