22 lines
710 B
YAML
Raw Normal View History

2024-08-02 10:35:08 +02:00
# https://github.com/jokob-sk/NetAlertX
# Get visibility of what's going on on your WIFI/LAN network. Schedule scans for devices, port changes and get alerts if unknown devices or changes are found
name: netalertx
services:
netalertx:
container_name: netalertx
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
2024-08-03 21:26:02 +02:00
image: "jokobsk/netalertx:latest"
network_mode: "host"
2024-08-02 10:35:08 +02:00
restart: unless-stopped
volumes:
- ./config:/app/config
2024-08-03 21:26:02 +02:00
- ./db:/app/db
2024-08-02 10:35:08 +02:00
# (optional) useful for debugging if you have issues setting up the container
- ./logs:/app/front/log
environment:
2024-08-03 21:26:02 +02:00
- TZ=Europe/Vienna
2024-08-02 10:35:08 +02:00
#- PORT=20211