Compare commits

..

1 commit

Author SHA1 Message Date
M Rizky Satrio
ec17036476
Merge 873f515727 into 988b7a8651 2025-03-06 17:40:14 +07:00

View file

@ -93,6 +93,23 @@ services:
volumes:
- ${TPOT_DATA_PATH}/ciscoasa/log:/var/log/ciscoasa
# CitrixHoneypot service
citrixhoneypot:
container_name: citrixhoneypot
restart: always
depends_on:
tpotinit:
condition: service_healthy
networks:
- citrixhoneypot_local
ports:
- "443:443"
image: ${TPOT_REPO}/citrixhoneypot:${TPOT_VERSION}
pull_policy: ${TPOT_PULL_POLICY}
read_only: true
volumes:
- ${TPOT_DATA_PATH}/citrixhoneypot/log:/opt/citrixhoneypot/logs
# Cowrie service
cowrie:
container_name: cowrie