Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- wyl:
- image: aceberg/watchyourlan
- container_name: watchyourlan
- hostname: watchyourlan
- network_mode: "host"
- restart: unless-stopped
- volumes:
- - /srv/dev-disk-by-label-HD1/data/appdata/Config/wyl:/data
- environment:
- TZ: Africa/Johannesburg # required: needs your TZ for correct time
- IFACE: "enp3s0" # required: 1 or more interface
- DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
- GUIIP: "0.0.0.0" # optional, default: localhost
- GUIPORT: "8840" # optional, default: 8840
- TIMEOUT: "120" # optional, time in seconds, default: 60
- SHOUTRRR_URL: "smtp://[email protected]:[email protected]:587/[email protected]&[email protected]" # optional, set url to notify
- THEME: "darkly" # optional
- labels:
- com.centurylinklabs.watchtower.enable: true
Advertisement
Comments
-
- The SHOUTRRR URL like is supposed to be formatted for Shoutrrr notifications as per services at https://containrrr.dev/shoutrrr/v0.5/
Add Comment
Please, Sign In to add comment