mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
20 lines
838 B
YAML
20 lines
838 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
web:
|
|
image: aceberg/watchyourlan:2.0.3@sha256:d506d562fa04e3400cd421532ebb93800e3ac5694c168a713104287fe8b0116e
|
|
network_mode: "host"
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
environment:
|
|
TZ: "UTC" # required: needs your TZ for correct time
|
|
IFACES: "eth0 wlan0 enp1s0" # required: 1 or more interface
|
|
HOST: "0.0.0.0" # optional, default: 0.0.0.0
|
|
PORT: "8840" # optional, default: 8840
|
|
# Exclude to allow custom config:
|
|
# TIMEOUT: "120" # optional, time in seconds, default: 120
|
|
# THEME: "sand" # optional
|
|
# COLOR: "dark" # optional
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data/WatchYourLAN |