watchyourlan/docker-compose.yml hinzugefügt
This commit is contained in:
25
watchyourlan/docker-compose.yml
Normal file
25
watchyourlan/docker-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
services:
|
||||||
|
node-bootstrap:
|
||||||
|
image: aceberg/node-bootstrap
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8850:8850
|
||||||
|
wyl:
|
||||||
|
image: aceberg/watchyourlan
|
||||||
|
network_mode: "host"
|
||||||
|
restart: unless-stopped
|
||||||
|
command: "-n http://192.168.2.102:8850" # put your server IP or DNS name here
|
||||||
|
depends_on:
|
||||||
|
- node-bootstrap
|
||||||
|
volumes:
|
||||||
|
- ~/.dockerdata/wyl:/data
|
||||||
|
environment:
|
||||||
|
TZ: Asia/Novosibirsk # required: needs your TZ for correct time
|
||||||
|
IFACE: "enp4s0" # 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: "" # optional, set url to notify
|
||||||
|
THEME: "darkly" # optional
|
||||||
|
IGNOREIP: "no" # optional
|
||||||
Reference in New Issue
Block a user