mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
16 lines
396 B
YAML
16 lines
396 B
YAML
version: "3.8"
|
|
services:
|
|
watchyourlan:
|
|
image: aceberg/watchyourlan:2.0.4
|
|
volumes:
|
|
- ./data:/data/WatchYourLAN
|
|
environment:
|
|
- IFACE=wlan0
|
|
- HOST=0.0.0.0
|
|
- PORT=8840
|
|
- TZ=Asia/Shanghai
|
|
- USE_DB=sqlite # postgres
|
|
# PG_CONNECT=postgres://username:password@postgres:5432/dbname?sslmode=disable
|
|
network_mode: host
|
|
restart: unless-stopped
|