mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
22 lines
342 B
YAML
22 lines
342 B
YAML
# T-Pot (Standard)
|
|
# For docker-compose ...
|
|
version: '2.2'
|
|
|
|
networks:
|
|
rdpy_local:
|
|
|
|
services:
|
|
|
|
# Rdpy service
|
|
rdpy:
|
|
build: .
|
|
container_name: rdpy
|
|
restart: always
|
|
networks:
|
|
- rdpy_local
|
|
ports:
|
|
- "3389:3389"
|
|
image: "dtagdevsec/rdpy:1804"
|
|
read_only: true
|
|
volumes:
|
|
- /data/rdpy/log:/var/log/rdpy
|