1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00

add netalertx

This commit is contained in:
kev 2024-06-13 18:06:02 +08:00
parent 4eefa8df24
commit 966cb8c58e
3 changed files with 19 additions and 0 deletions

@ -425,6 +425,7 @@ A collection of delicious docker recipes.
- [x] emqx/nanomq :cn:
- [x] deluan/navidrome :musical_note:
- [x] neo4j :bucket:
- [x] jokobsk/netalertx
- [x] netdata/netdata
- [x] sonatype/nexus3
- [x] nextcloud

6
netalertx/README.md Normal file

@ -0,0 +1,6 @@
netalertx
=========
[NetAlertX][1] is monitoring your WIFI/LAN network and alerting of new devices.
[1]: https://github.com/jokob-sk/NetAlertX

@ -0,0 +1,12 @@
version: "3.8"
services:
netalertx:
image: jokobsk/netalertx
volumes:
- ./data/etc:/app/config
- ./data/var:/app/db
environment:
- PORT=20211
- TZ=Asia/Shanghai
network_mode: host
restart: unless-stopped