|
@ -2,19 +2,19 @@ version: "3.7" |
|
|
|
|
|
|
|
|
services: |
|
|
services: |
|
|
web: |
|
|
web: |
|
|
image: aceberg/watchyourlan:1.0.6@sha256:c42ce1dcb1af6dac44d3674f24511558cf89b99982cee8843016fd8ad3935871 |
|
|
image: aceberg/watchyourlan:2.0.0@sha256:c1bc72021443ddbea860b78ffeb871ab9a3edec1b15e35413c84470eee5456f3 |
|
|
network_mode: "host" |
|
|
network_mode: "host" |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
|
init: true |
|
|
init: true |
|
|
environment: |
|
|
environment: |
|
|
TZ: "UTC" |
|
|
TZ: "UTC" # required: needs your TZ for correct time |
|
|
IFACE: "eth0 wlan0 enp1s0" # required: 1 or more interface |
|
|
IFACES: "eth0 wlan0 enp1s0" # required: 1 or more interface |
|
|
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite |
|
|
HOST: "0.0.0.0" # optional, default: 0.0.0.0 |
|
|
GUIIP: "0.0.0.0" # optional, default: localhost |
|
|
PORT: "8840" # optional, default: 8840 |
|
|
GUIPORT: "8840" # optional, default: 8840 |
|
|
# Exclude to allow custom config: |
|
|
TIMEOUT: "120" # optional, time in seconds, default: 60 |
|
|
# TIMEOUT: "120" # optional, time in seconds, default: 120 |
|
|
THEME: "darkly" # optional |
|
|
# THEME: "sand" # optional |
|
|
IGNOREIP: "no" # optional |
|
|
# COLOR: "dark" # optional |
|
|
volumes: |
|
|
volumes: |
|
|
- ${APP_DATA_DIR}/data:/data |
|
|
- ${APP_DATA_DIR}/data:/data/WatchYourLAN |