diff --git a/WatchYourLAN/docker-compose.yml b/WatchYourLAN/docker-compose.yml new file mode 100644 index 0000000..7119533 --- /dev/null +++ b/WatchYourLAN/docker-compose.yml @@ -0,0 +1,17 @@ +services: + shoutrrr: + stdin_open: true + tty: true + image: containrrr/shoutrrr + command: generate telegram +# + watchyourlan: + image: aceberg/watchyourlan + container_name: wyl + restart: unless-stopped + environment: + - IFACES=eth0 + - TZ=Europe/London + network_mode: "host" + volumes: + - /media/gv0/docker/WatchYourLAN/data:/data/WatchYourLAN