mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-17 13:54:43 +00:00

Update to allow 4 x Conpot Templates in Parallel, along with all other changes required to build each in its own container as well as IPTables reconfiguration.
20 lines
404 B
YAML
20 lines
404 B
YAML
version: '2.1a'
|
|
|
|
networks:
|
|
conpot_default_local:
|
|
|
|
services:
|
|
|
|
# Conpot service using Default Siemens S7-200 Template
|
|
conpot_default:
|
|
container_name: conpot_default
|
|
restart: always
|
|
networks:
|
|
- conpot_default_local
|
|
ports:
|
|
- "102:102"
|
|
- "502:502"
|
|
- "161:161/udp"
|
|
image: "dtagdevsec/conpot:1710"
|
|
volumes:
|
|
- /data/conpot_default/log:/var/log/conpot_default
|