mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 20:39:14 +00:00
18 lines
410 B
YAML
18 lines
410 B
YAML
version: '2.1'
|
|
|
|
networks:
|
|
conpot_guardianast_local:
|
|
|
|
services:
|
|
|
|
# Conpot service using the Guardian AST Tank Monitoring System Template
|
|
conpot_guardianast:
|
|
container_name: conpot_guardianast
|
|
restart: always
|
|
networks:
|
|
- conpot_guardianast_local
|
|
ports:
|
|
- "10001:10001"
|
|
image: "dtagdevsec/conpot:1710"
|
|
volumes:
|
|
- /data/conpot_guardianast/log:/var/log/conpot_guardianast
|