tpotce/docker/tpotinit/docker-compose.yml
t3chn0m4g3 540d5574d1 cleanup, tweaking, updating
make tpotinit aware of sigterm events to unload blackhole routes, firewall rules
fixes  where citrixhoneypot logs use logs instead of log folder
bump ELK stack to 8.12.2
add wordpot logs to logstash pipeline
bump t-pot attackmap to 2.2.0, alpine 3.19
2024-03-12 17:03:43 +01:00

19 lines
379 B
YAML

version: '3.9'
services:
# T-Pot Init Service
tpotinit:
build: .
container_name: tpotinit
env_file:
- $HOME/tpotce/.env
restart: "no"
stop_grace_period: 60s
image: "dtagdevsec/tpotinit:alpha"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- $HOME/tpotce/data:/data
network_mode: "host"
cap_add:
- NET_ADMIN