tpotce/docker/fatt/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

19 lines
324 B
YAML

version: '2.3'
services:
# Fatt service
fatt:
build: .
container_name: fatt
restart: always
# cpu_count: 1
# cpus: 0.75
network_mode: "host"
cap_add:
- NET_ADMIN
- SYS_NICE
- NET_RAW
image: "dtagdevsec/fatt:alpha"
volumes:
- $HOME/tpotce/data/fatt/log:/opt/fatt/log