mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
- Prepare a docker compose file for a Raspberry Showcase
- Add config settings for the T-Pot Attack Map 2.1.0
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# T-Pot: MAC_WIN
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
@ -26,11 +27,11 @@ networks:
|
||||
|
||||
services:
|
||||
|
||||
#############################################
|
||||
########################################
|
||||
#### DEV
|
||||
##############################################
|
||||
#### T-Pot Light Init - Never delete this!
|
||||
##############################################
|
||||
########################################
|
||||
#### T-Pot Init - Never delete this!
|
||||
########################################
|
||||
|
||||
# T-Pot Init Service
|
||||
tpotinit:
|
||||
@ -227,7 +228,7 @@ services:
|
||||
ports:
|
||||
- "22:22"
|
||||
- "23:23"
|
||||
image: ${TPOT_REPO}/cowrie:${TPOT_VERSION}
|
||||
image: ${TPOT_REPO}/cowrie:${TPOT_VERSION}
|
||||
pull_policy: ${TPOT_PULL_POLICY}
|
||||
read_only: true
|
||||
volumes:
|
||||
@ -615,7 +616,7 @@ services:
|
||||
|
||||
|
||||
##################
|
||||
#### Tools
|
||||
#### Tools
|
||||
##################
|
||||
|
||||
#### ELK
|
||||
@ -725,6 +726,8 @@ services:
|
||||
- nginx_local
|
||||
environment:
|
||||
- MAP_COMMAND=DataServer_v2.py
|
||||
- TPOT_ATTACKMAP_TEXT=${TPOT_ATTACKMAP_TEXT}
|
||||
- TZ=${TPOT_ATTACKMAP_TEXT_TIMEZONE}
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
image: ${TPOT_REPO}/map:${TPOT_VERSION}
|
||||
|
Reference in New Issue
Block a user