tpotce/docker/hellpot/docker-compose.yml
t3chn0m4g3 c45870594b tweaking
multi stage build for dicompot
rebuild fatt, glutton, hellpot, honeypots for alpine 3.19
bump glutton, hellpot, honeypots to latest master
2024-03-05 19:50:35 +01:00

22 lines
371 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