mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-21 01:27:01 +02:00
add netalertx
This commit is contained in:
parent
4eefa8df24
commit
966cb8c58e
@ -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
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
|
12
netalertx/docker-compose.yml
Normal file
12
netalertx/docker-compose.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user