tpotce/docker/elasticpot/docker-compose.yml
t3chn0m4g3 be74fc75ca tweaking
healthcheck, watch pid not cpu
cleanup dockerfiles
bump dicompot, heralding, elasticpot, endlessh to alpine 3.19
bump dionaea, heralding to latest master
2024-02-28 19:07:22 +01:00

22 lines
393 B
YAML

version: '2.3'
networks:
elasticpot_local:
services:
# Elasticpot service
elasticpot:
build: .
container_name: elasticpot
restart: always
# cpu_count: 1
# cpus: 0.25
networks:
- elasticpot_local
ports:
- "9200:9200"
image: "dtagdevsec/elasticpot:alpha"
read_only: true
volumes:
- $HOME/tpotce/data/elasticpot/log:/opt/elasticpot/log