From 0393c83c662730010f1859045de493e16cdc5919 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Nov 2025 16:05:09 +0100 Subject: [PATCH] =?UTF-8?q?watchyourlan/docker-compose.yml=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- watchyourlan/docker-compose.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 watchyourlan/docker-compose.yml diff --git a/watchyourlan/docker-compose.yml b/watchyourlan/docker-compose.yml deleted file mode 100644 index 4fce198..0000000 --- a/watchyourlan/docker-compose.yml +++ /dev/null @@ -1,28 +0,0 @@ -services: - node-bootstrap: - image: aceberg/node-bootstrap - restart: unless-stopped - ports: - - 8850:8850 - wyl: - image: aceberg/watchyourlan - network_mode: "host" - restart: unless-stopped - command: "-n http://192.168.2.102:8850" # put your server IP or DNS name here - depends_on: - - node-bootstrap - volumes: - - data:/data - environment: - TZ: Europe/Berlin # required: needs your TZ for correct time - IFACE: "enp4s0" # required: 1 or more interface - DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite - GUIIP: "0.0.0.0" # optional, default: localhost - GUIPORT: "8840" # optional, default: 8840 - TIMEOUT: "120" # optional, time in seconds, default: 60 - SHOUTRRR_URL: "" # optional, set url to notify - THEME: "darkly" # optional - IGNOREIP: "no" # optional - -volumes: - data: \ No newline at end of file