Files
Elite/wyl/docker-compose.yml
john 0e0c555112 Update wyl/docker-compose.yml
Add in SHOUTRRR to send messages to TELEGRAM
2026-01-28 18:42:59 +00:00

21 lines
419 B
YAML

services:
shoutrrr:
stdin_open: true
tty: true
image: containrrr/shoutrrr
command: generate telegram
#
watchyourlan:
image: aceberg/watchyourlan
container_name: wyl
restart: unless-stopped
environment:
# - IFACES=eno1
- IFACES=enx00e04c680041
- TZ=Europe/London
network_mode: "host"
volumes:
- /mnt/cephfs/docker/WatchYourLAN/data:/data/WatchYourLAN