Update home-tools.yaml
parent
1dc0f507ac
commit
51a3a906d1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue