testing honeysap

This commit is contained in:
t3chn0m4g3
2020-03-12 16:02:43 +00:00
parent 5319c548ad
commit 2201e072f6
5 changed files with 183 additions and 0 deletions

View File

@ -13,6 +13,7 @@ networks:
cyberchef_local:
heralding_local:
honeypy_local:
honeysap_local:
mailoney_local:
medpot_local:
rdpy_local:
@ -274,6 +275,20 @@ services:
volumes:
- /data/honeypy/log:/opt/honeypy/log
# HoneySAP service
honeysap:
build: .
container_name: honeysap
restart: always
networks:
- honeysap_local
ports:
- "3299:3299"
- "8001:8001"
image: "dtagdevsec/honeysap:2006"
volumes:
- /data/honeysap/log:/opt/honeysap/log
# Mailoney service
mailoney:
container_name: mailoney