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