add fatt to nextgen

This commit is contained in:
t3chn0m4g3
2019-06-01 17:47:14 +00:00
parent d3239b78c4
commit 4e902b6560
6 changed files with 33 additions and 9 deletions

View File

@ -406,6 +406,20 @@ services:
#### NSM
##################
# Fatt service
fatt:
build: .
container_name: fatt
restart: always
network_mode: "host"
cap_add:
- NET_ADMIN
- SYS_NICE
- NET_RAW
image: "dtagdevsec/fatt:1903"
volumes:
- /data/fatt/log:/opt/fatt/log
# P0f service
p0f:
container_name: p0f