watchyourlan/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 16:03:03 +01:00
parent ea0952fea1
commit 8bc83740af

View File

@@ -12,9 +12,9 @@ services:
depends_on: depends_on:
- node-bootstrap - node-bootstrap
volumes: volumes:
- ~/.dockerdata/wyl:/data - data:/data
environment: environment:
TZ: Asia/Novosibirsk # required: needs your TZ for correct time TZ: Europe/Berlin # required: needs your TZ for correct time
IFACE: "enp4s0" # required: 1 or more interface IFACE: "enp4s0" # required: 1 or more interface
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
GUIIP: "0.0.0.0" # optional, default: localhost GUIIP: "0.0.0.0" # optional, default: localhost
@@ -22,4 +22,7 @@ services:
TIMEOUT: "120" # optional, time in seconds, default: 60 TIMEOUT: "120" # optional, time in seconds, default: 60
SHOUTRRR_URL: "" # optional, set url to notify SHOUTRRR_URL: "" # optional, set url to notify
THEME: "darkly" # optional THEME: "darkly" # optional
IGNOREIP: "no" # optional IGNOREIP: "no" # optional
volumes:
data: