mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added watchyourlan and glance
This commit is contained in:
23
watchyourlan/compose.yml
Normal file
23
watchyourlan/compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# https://github.com/aceberg/WatchYourLAN
|
||||
|
||||
# https://github.com/aceberg/WatchYourLAN/blob/main/docker-compose.yml
|
||||
|
||||
name: watchyourlan
|
||||
|
||||
services:
|
||||
watchyourlan:
|
||||
container_name: watchyourlan
|
||||
image: aceberg/watchyourlan
|
||||
network_mode: "host"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/data/WatchYourLAN
|
||||
environment:
|
||||
TZ: Europe/Vienna # required: needs your TZ for correct time
|
||||
IFACES: "br-ea7a87620e0f" # 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: "sand" # optional
|
||||
COLOR: "dark" # optional
|
||||
|
Reference in New Issue
Block a user