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: STANDARD
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
@ -25,11 +26,11 @@ networks:
|
||||
|
||||
services:
|
||||
|
||||
##############################################
|
||||
#########################################
|
||||
#### DEV
|
||||
##############################################
|
||||
#### T-Pot Light Init - Never delete this!
|
||||
##############################################
|
||||
#########################################
|
||||
#### T-Pot Init - Never delete this!
|
||||
#########################################
|
||||
|
||||
# T-Pot Init Service
|
||||
tpotinit:
|
||||
@ -729,6 +730,8 @@ services:
|
||||
condition: service_healthy
|
||||
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