tpotce/docker/elasticpot/docker-compose.yml

21 lines
377 B
YAML
Raw Normal View History

networks:
elasticpot_local:
services:
# Elasticpot service
elasticpot:
2018-03-25 18:35:32 +00:00
build: .
container_name: elasticpot
restart: always
2022-03-12 15:11:20 +00:00
# cpu_count: 1
# cpus: 0.25
networks:
- elasticpot_local
ports:
- "9200:9200"
2024-03-24 18:22:37 +00:00
image: "dtagdevsec/elasticpot:24.04"
2018-03-31 15:18:28 +00:00
read_only: true
volumes:
- $HOME/tpotce/data/elasticpot/log:/opt/elasticpot/log