mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
prepare installer for medpot
This commit is contained in:
@ -12,6 +12,7 @@ networks:
|
||||
elasticpot_local:
|
||||
heralding_local:
|
||||
mailoney_local:
|
||||
medpot_local:
|
||||
rdpy_local:
|
||||
tanner_local:
|
||||
vnclowpot_local:
|
||||
@ -264,6 +265,19 @@ services:
|
||||
volumes:
|
||||
- /data/mailoney/log:/opt/mailoney/logs
|
||||
|
||||
# Medpot service
|
||||
medpot:
|
||||
container_name: medpot
|
||||
restart: always
|
||||
networks:
|
||||
- medpot_local
|
||||
ports:
|
||||
- "2575:2575"
|
||||
image: "dtagdevsec/medpot:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/medpot/log/:/var/log/
|
||||
|
||||
# Rdpy service
|
||||
rdpy:
|
||||
container_name: rdpy
|
||||
|
@ -10,6 +10,7 @@ networks:
|
||||
conpot_local_kamstrup_382:
|
||||
cowrie_local:
|
||||
cyberchef_local:
|
||||
medpot_local:
|
||||
rdpy_local:
|
||||
vnclowpot_local:
|
||||
ewsposter_local:
|
||||
@ -178,6 +179,19 @@ services:
|
||||
- /data/honeytrap/downloads:/opt/honeytrap/var/downloads
|
||||
- /data/honeytrap/log:/opt/honeytrap/var/log
|
||||
|
||||
# Medpot service
|
||||
medpot:
|
||||
container_name: medpot
|
||||
restart: always
|
||||
networks:
|
||||
- medpot_local
|
||||
ports:
|
||||
- "2575:2575"
|
||||
image: "dtagdevsec/medpot:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/medpot/log/:/var/log/
|
||||
|
||||
# Rdpy service
|
||||
rdpy:
|
||||
container_name: rdpy
|
||||
|
@ -11,6 +11,7 @@ networks:
|
||||
elasticpot_local:
|
||||
heralding_local:
|
||||
mailoney_local:
|
||||
medpot_local:
|
||||
rdpy_local:
|
||||
tanner_local:
|
||||
vnclowpot_local:
|
||||
@ -262,6 +263,19 @@ services:
|
||||
volumes:
|
||||
- /data/mailoney/log:/opt/mailoney/logs
|
||||
|
||||
# Medpot service
|
||||
medpot:
|
||||
container_name: medpot
|
||||
restart: always
|
||||
networks:
|
||||
- medpot_local
|
||||
ports:
|
||||
- "2575:2575"
|
||||
image: "dtagdevsec/medpot:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/medpot/log/:/var/log/
|
||||
|
||||
# Rdpy service
|
||||
rdpy:
|
||||
container_name: rdpy
|
||||
|
@ -12,6 +12,7 @@ networks:
|
||||
elasticpot_local:
|
||||
heralding_local:
|
||||
mailoney_local:
|
||||
medpot_local:
|
||||
rdpy_local:
|
||||
tanner_local:
|
||||
vnclowpot_local:
|
||||
@ -263,6 +264,19 @@ services:
|
||||
volumes:
|
||||
- /data/mailoney/log:/opt/mailoney/logs
|
||||
|
||||
# Medpot service
|
||||
medpot:
|
||||
container_name: medpot
|
||||
restart: always
|
||||
networks:
|
||||
- medpot_local
|
||||
ports:
|
||||
- "2575:2575"
|
||||
image: "dtagdevsec/medpot:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/medpot/log/:/var/log/
|
||||
|
||||
# Rdpy service
|
||||
rdpy:
|
||||
container_name: rdpy
|
||||
|
Reference in New Issue
Block a user