chore: Rename docker-compose.yml to docker-compose-v1.yml

This commit is contained in:
LRVT
2024-09-01 14:04:30 +02:00
committed by GitHub
parent eb4b9c3a79
commit c4938daacd

View File

@@ -0,0 +1,18 @@
version: "3"
services:
wyl:
image: aceberg/watchyourlan:1.0.6
container_name: watchyourlan
network_mode: "host"
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/watchyourlan:/data
environment:
TZ: Europe/Berlin # required: needs your TZ for correct time
IFACE: "ens18" # required: 1 or more interface
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite
GUIIP: "127.0.0.1" # optional, default: localhost
GUIPORT: "8840" # optional, default: 8840
TIMEOUT: "120" # optional, time in seconds, default: 60
#SHOUTRRR_URL: "telegram://" # optional, set url to notify
THEME: "darkly" # optional