mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
20 lines
838 B
YAML
20 lines
838 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
web:
|
|
image: aceberg/watchyourlan:2.0.0@sha256:c1bc72021443ddbea860b78ffeb871ab9a3edec1b15e35413c84470eee5456f3
|
|
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 |