prepare for wetty docker image

This commit is contained in:
Marco Ochse
2018-02-19 16:47:59 +01:00
parent 76dc360641
commit 50fab2207c
10 changed files with 71 additions and 19 deletions

View File

@ -0,0 +1,14 @@
# T-Pot (Standard)
# For docker-compose ...
version: '2.2'
services:
# Wetty service
wetty:
container_name: wetty
restart: always
network_mode: "host"
env_file:
- /opt/tpot/etc/compose/wetty_environment
image: "dtagdevsec/wetty:1710"