- 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:
Marco Ochse
2023-07-20 18:41:56 +02:00
parent cbbd2aa6c8
commit a8f5555324
7 changed files with 755 additions and 19 deletions

View File

@ -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}