Update home-tools.yaml
parent
937cfedf06
commit
43cde5e160
|
@ -11,15 +11,19 @@ services:
|
||||||
PGID: 1000 # read them from .env
|
PGID: 1000 # read them from .env
|
||||||
|
|
||||||
watchyourlan:
|
watchyourlan:
|
||||||
container_name: wyl
|
image: aceberg/watchyourlan:v2
|
||||||
image: 'aceberg/watchyourlan:v2'
|
network_mode: "host"
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- '/dockers/wyl:/data/WatchYourLAN'
|
- /dockers/wyl:/data/WatchYourLAN
|
||||||
networks:
|
|
||||||
host: {}
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/New_York
|
TZ: America/New_York # required: needs your TZ for correct time
|
||||||
- IFACES=enp6s0
|
IFACES: "enp6s0 wlxf4ec3892dd51" # required: 1 or more interface
|
||||||
|
HOST: "0.0.0.0" # optional, default: 0.0.0.0
|
||||||
|
PORT: "8840" # optional, default: 8840
|
||||||
|
TIMEOUT: "120" # optional, time in seconds, default: 120
|
||||||
|
THEME: "darkly" # optional
|
||||||
|
COLOR: "dark" # optional
|
||||||
|
|
||||||
mealie:
|
mealie:
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
|
|
Loading…
Reference in New Issue