Compose-Examples/examples/watchyourlan/docker-compose-v1.yml

19 lines
831 B
YAML
Raw Normal View History

2023-02-15 21:45:31 +00:00
version: "3"
services:
wyl:
2024-08-31 20:53:28 +00:00
image: aceberg/watchyourlan:1.0.6
2023-02-15 21:45:31 +00:00
container_name: watchyourlan
network_mode: "host"
restart: unless-stopped
volumes:
2024-09-01 12:07:11 +00:00
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan-v1:/data
2023-02-15 21:45:31 +00:00
environment:
TZ: Europe/Berlin # required: needs your TZ for correct time
IFACE: "ens18" # required: 1 or more interface
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
GUIIP: "127.0.0.1" # optional, default: localhost
GUIPORT: "8840" # optional, default: 8840
TIMEOUT: "120" # optional, time in seconds, default: 60
#SHOUTRRR_URL: "telegram://" # optional, set url to notify
THEME: "darkly" # optional