You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
838 B

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