mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
26 lines
425 B
YAML
26 lines
425 B
YAML
version: '2.3'
|
|
|
|
networks:
|
|
honeypy_local:
|
|
|
|
services:
|
|
|
|
# HoneyPy service
|
|
honeypy:
|
|
build: .
|
|
container_name: honeypy
|
|
restart: always
|
|
networks:
|
|
- honeypy_local
|
|
ports:
|
|
- "7:7"
|
|
- "8:8"
|
|
- "2048:2048"
|
|
- "2323:2323"
|
|
- "2324:2324"
|
|
- "4096:4096"
|
|
- "9200:9200"
|
|
image: "dtagdevsec/honeypy:24.04"
|
|
read_only: true
|
|
volumes:
|
|
- /data/honeypy/log:/opt/honeypy/log
|