prep for ipphoney

This commit is contained in:
t3chn0m4g3
2020-08-24 21:36:08 +00:00
parent 8f06b5b499
commit b86d2c715b
7 changed files with 57 additions and 3 deletions

View File

@ -18,6 +18,7 @@ networks:
heralding_local:
honeypy_local:
honeysap_local:
ipphoney_local:
mailoney_local:
medpot_local:
rdpy_local:
@ -323,6 +324,19 @@ services:
volumes:
- /data/honeysap/log:/opt/honeysap/log
# Ipphoney service
ipphoney:
container_name: ipphoney
restart: always
networks:
- ipphoney_local
ports:
- "631:631"
image: "dtagdevsec/ipphoney:2006"
read_only: true
volumes:
- /data/ipphoney/log:/opt/ipphoney/log
# Mailoney service
mailoney:
container_name: mailoney