cleaning up

This commit is contained in:
t3chn0m4g3
2018-09-11 13:51:47 +00:00
parent 7591b349e0
commit 14c9585b7e
5 changed files with 29 additions and 37 deletions

View File

@ -10,6 +10,7 @@ networks:
conpot_local_kamstrup_382:
cowrie_local:
cyberchef_local:
heralding_local:
medpot_local:
rdpy_local:
ewsposter_local:

View File

@ -6,9 +6,9 @@ networks:
cowrie_local:
elasticpot_local:
glastopf_local:
heralding_local:
mailoney_local:
rdpy_local:
vnclowpot_local:
ewsposter_local:
spiderfoot_local:
@ -103,6 +103,32 @@ services:
- /data/glastopf/db:/tmp/glastopf/db
- /data/glastopf/log:/tmp/glastopf/log
# Heralding service
heralding:
container_name: heralding
restart: always
tmpfs:
- /tmp/heralding:uid=2000,gid=2000
networks:
- heralding_local
ports:
# - "21:21"
# - "22:22"
# - "23:23"
# - "25:25"
# - "80:80"
# - "110:110"
# - "143:143"
# - "443:443"
# - "993:993"
# - "995:995"
# - "5432:5432"
- "5900:5900"
image: "dtagdevsec/heralding:1804"
read_only: true
volumes:
- /data/heralding/log:/var/log/heralding
# Honeytrap service
honeytrap:
container_name: honeytrap
@ -159,19 +185,6 @@ services:
volumes:
- /data/rdpy/log:/var/log/rdpy
# Vnclowpot service
vnclowpot:
container_name: vnclowpot
restart: always
networks:
- vnclowpot_local
ports:
- "5900:5900"
image: "dtagdevsec/vnclowpot:1804"
read_only: true
volumes:
- /data/vnclowpot/log:/var/log/vnclowpot
##################
#### NSM