mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-03 13:48:54 +00:00

where possible kibana visualizations are converted to lens objects (more than 100 objects) all dashboards have been updated fixes #1392 for leaving SentryPeer log tag out add wordpot dashboard after discussion (#1486) and testing iptables-legacy is no longer required include all kibana objects for installation cleaning up some service scripts
54 lines
967 B
YAML
54 lines
967 B
YAML
version: '2.3'
|
|
|
|
networks:
|
|
honeypots_local:
|
|
|
|
services:
|
|
|
|
# Honeypots service
|
|
honeypots:
|
|
build: .
|
|
container_name: honeypots
|
|
stdin_open: true
|
|
tty: true
|
|
restart: always
|
|
tmpfs:
|
|
- /tmp:uid=2000,gid=2000
|
|
# cpu_count: 1
|
|
# cpus: 0.75
|
|
networks:
|
|
- honeypots_local
|
|
ports:
|
|
- "21:21"
|
|
- "22:22"
|
|
- "23:23"
|
|
- "25:25"
|
|
- "53:53/udp"
|
|
- "80:80"
|
|
- "110:110"
|
|
- "123:123"
|
|
- "143:143"
|
|
- "161:161"
|
|
- "389:389"
|
|
- "443:443"
|
|
- "445:445"
|
|
- "631:631"
|
|
- "1080:1080"
|
|
- "1433:1433"
|
|
- "1521:1521"
|
|
- "3306:3306"
|
|
- "3389:3389"
|
|
- "5060:5060/tcp"
|
|
- "5060:5060/udp"
|
|
- "5432:5432"
|
|
- "5900:5900"
|
|
- "6379:6379"
|
|
- "6667:6667"
|
|
- "8080:8080"
|
|
- "9100:9100"
|
|
- "9200:9200"
|
|
- "11211:11211"
|
|
image: "dtagdevsec/honeypots:alpha"
|
|
read_only: true
|
|
volumes:
|
|
- $HOME/tpotce/data/honeypots/log:/var/log/honeypots
|