tpotce/docker/citrixhoneypot/docker-compose.yml

23 lines
424 B
YAML
Raw Normal View History

2020-01-15 10:37:48 +00:00
version: '2.3'
networks:
citrixhoneypot_local:
services:
# CitrixHoneypot service
citrixhoneypot:
build: .
container_name: citrixhoneypot
restart: always
# cpu_count: 1
# cpus: 0.25
2020-01-15 10:37:48 +00:00
networks:
- citrixhoneypot_local
ports:
- "443:443"
2024-03-24 18:22:37 +00:00
image: "dtagdevsec/citrixhoneypot:24.04"
2020-01-15 12:14:23 +00:00
read_only: true
volumes:
- $HOME/tpotce/data/citrixhoneypot/log:/opt/citrixhoneypot/logs