begin integration of dicompot

This commit is contained in:
t3chn0m4g3
2020-06-18 16:38:43 +00:00
parent 2882668826
commit 697c5cb3f6
9 changed files with 99 additions and 3 deletions

View File

@ -11,6 +11,7 @@ networks:
conpot_local_kamstrup_382:
cowrie_local:
cyberchef_local:
dicompot_local:
elasticpot_local:
heralding_local:
honeypy_local:
@ -175,6 +176,19 @@ services:
- /data/cowrie/log:/home/cowrie/cowrie/log
- /data/cowrie/log/tty:/home/cowrie/cowrie/log/tty
# Dicompot service
dicompot:
container_name: dicompot
restart: always
networks:
- dicompot_local
ports:
- "11112:11112"
image: "dtagdevsec/dicompot:2006"
read_only: true
volumes:
- /data/dicompot/log:/var/log/dicompot
# Dionaea service
dionaea:
container_name: dionaea