tpotce/docker/wetty/docker-compose.yml

18 lines
321 B
YAML
Raw Normal View History

2018-02-19 15:47:59 +00:00
# T-Pot (Standard)
# For docker-compose ...
version: '2.2'
services:
# Wetty service
wetty:
2018-03-30 20:54:44 +00:00
build: .
2018-02-19 15:47:59 +00:00
container_name: wetty
restart: always
2018-04-17 13:54:57 +00:00
stop_signal: SIGKILL
2018-02-19 15:47:59 +00:00
network_mode: "host"
env_file:
- /opt/tpot/etc/compose/wetty_environment
2018-03-30 20:54:44 +00:00
image: "dtagdevsec/wetty:1804"
read_only: true