tpotce/docker/hellpot/docker-compose.yml
t3chn0m4g3 234fb16394 tweaking
where possible kibana visualizations are converted to lens objects (more than 100 objects)
all dashboards have been updated
fixes #1392 for leaving SentryPeer log tag out
add wordpot dashboard
after discussion (#1486) and testing iptables-legacy is no longer required
include all kibana objects for installation
cleaning up some service scripts
2024-03-18 16:19:49 +01:00

22 lines
367 B
YAML

version: '2.3'
networks:
hellpot_local:
services:
# hellpot service
hellpot:
build: .
container_name: hellpot
restart: always
# cpu_count: 1
# cpus: 0.25
networks:
- hellpot_local
ports:
- "80:8080"
image: "dtagdevsec/hellpot:alpha"
read_only: true
volumes:
- $HOME/tpotce/data/hellpot/log:/var/log/hellpot