tweaking, prepare for elk microservice

This commit is contained in:
Marco Ochse
2017-05-03 20:55:18 +00:00
parent 8c475544b3
commit b36c63962d
8 changed files with 245 additions and 44 deletions

View File

@ -1,12 +1,22 @@
# T-Pot (Standard)
# For docker-compose version ...
# T-Pot (Honeypots)
# For docker-compose ...
version: '2'
networks:
cowrie_local:
dionaea_local:
elasticpot_local:
ewsposter_local:
glastopf_local:
services:
# Cowrie service
cowrie:
container_name: cowrie
restart: always
networks:
- cowrie_local
ports:
- "22:2222"
- "23:2223"
@ -18,6 +28,8 @@ services:
dionaea:
container_name: dionaea
restart: always
networks:
- dionaea_local
cap_add:
- NET_BIND_SERVICE
ports:
@ -45,6 +57,8 @@ services:
elasticpot:
container_name: elasticpot
restart: always
networks:
- elasticpot_local
ports:
- "9200:9200"
image: "dtagdevsec/elasticpot:1706"
@ -55,6 +69,8 @@ services:
ewsposter:
container_name: ewsposter
restart: always
networks:
- ewsposter_local
image: "dtagdevsec/ewsposter:1706"
volumes:
- /data:/data
@ -64,6 +80,8 @@ services:
glastopf:
container_name: glastopf
restart: always
networks:
- glastopf_local
ports:
- "80:80"
image: "dtagdevsec/glastopf:1706"