cleanup and prepare for docker image rebuilds

This commit is contained in:
t3chn0m4g3
2020-06-25 16:14:37 +00:00
parent da7d095d6f
commit ec8f5d9b66
27 changed files with 19 additions and 1438 deletions

View File

@ -0,0 +1,20 @@
version: '2.3'
networks:
elasticpot_local:
services:
# Elasticpot service
elasticpot:
build: .
container_name: elasticpot
restart: always
networks:
- elasticpot_local
ports:
- "9200:9200"
image: "dtagdevsec/elasticpot:2006"
read_only: true
volumes:
- /data/elasticpot/log:/opt/ElasticpotPY/log