mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-20 07:14:42 +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.
18 lines
346 B
YAML
18 lines
346 B
YAML
version: '2.1a'
|
|
|
|
networks:
|
|
conpot_IEC104_local:
|
|
|
|
services:
|
|
|
|
# Conpot service using IEC104 Template
|
|
conpot_IEC104:
|
|
container_name: conpot_IEC104
|
|
restart: always
|
|
networks:
|
|
- conpot_IEC104_local
|
|
ports:
|
|
- "2404:2404"
|
|
image: "dtagdevsec/conpot:1710"
|
|
volumes:
|
|
- /data/conpot_IEC104/log:/var/log/conpot_IEC104
|