2018-05-07 10:17:33 +00:00
|
|
|
version: '2.3'
|
2017-10-13 18:58:14 +00:00
|
|
|
|
|
|
|
networks:
|
|
|
|
elasticpot_local:
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
# Elasticpot service
|
|
|
|
elasticpot:
|
2018-03-25 18:35:32 +00:00
|
|
|
build: .
|
2017-10-13 18:58:14 +00:00
|
|
|
container_name: elasticpot
|
|
|
|
restart: always
|
2022-03-12 15:11:20 +00:00
|
|
|
# cpu_count: 1
|
|
|
|
# cpus: 0.25
|
2017-10-13 18:58:14 +00:00
|
|
|
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
|
2017-10-13 18:58:14 +00:00
|
|
|
volumes:
|
2024-02-28 18:07:22 +00:00
|
|
|
- $HOME/tpotce/data/elasticpot/log:/opt/elasticpot/log
|