tpotce/docker/redishoneypot/docker-compose.yml

23 lines
421 B
YAML
Raw Normal View History

2021-07-05 19:59:44 +00:00
version: '2.3'
networks:
redishoneypot_local:
services:
# redishoneypot service
redishoneypot:
build: .
container_name: redishoneypot
restart: always
2022-03-13 10:19:08 +00:00
# cpu_count: 1
# cpus: 0.25
2021-07-05 19:59:44 +00:00
networks:
- redishoneypot_local
ports:
- "6379:6379"
2024-03-24 18:22:37 +00:00
image: "dtagdevsec/redishoneypot:24.04"
2021-07-05 19:59:44 +00:00
read_only: true
volumes:
- $HOME/tpotce/data/redishoneypot/log:/var/log/redishoneypot