mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
add wordpot to compose files
This commit is contained in:
parent
6c5e34f2bf
commit
b0a6ce432a
6 changed files with 102 additions and 0 deletions
|
@ -22,6 +22,7 @@ networks:
|
||||||
redishoneypot_local:
|
redishoneypot_local:
|
||||||
sentrypeer_local:
|
sentrypeer_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
|
wordpot_local:
|
||||||
nginx_local:
|
nginx_local:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
|
|
||||||
|
@ -551,6 +552,22 @@ services:
|
||||||
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
||||||
|
# Wordpot service
|
||||||
|
wordpot:
|
||||||
|
container_name: wordpot
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
tpotinit:
|
||||||
|
condition: service_healthy
|
||||||
|
networks:
|
||||||
|
- wordpot_local
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
image: ${TPOT_REPO}/wordpot:${TPOT_VERSION}
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- ${TPOT_DATA_PATH}/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
|
@ -23,6 +23,7 @@ networks:
|
||||||
redishoneypot_local:
|
redishoneypot_local:
|
||||||
sentrypeer_local:
|
sentrypeer_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
|
wordpot_local:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -530,6 +531,22 @@ services:
|
||||||
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
||||||
|
# Wordpot service
|
||||||
|
wordpot:
|
||||||
|
container_name: wordpot
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
tpotinit:
|
||||||
|
condition: service_healthy
|
||||||
|
networks:
|
||||||
|
- wordpot_local
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
image: ${TPOT_REPO}/wordpot:${TPOT_VERSION}
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- ${TPOT_DATA_PATH}/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### Tools
|
#### Tools
|
||||||
|
|
|
@ -23,6 +23,7 @@ networks:
|
||||||
redishoneypot_local:
|
redishoneypot_local:
|
||||||
sentrypeer_local:
|
sentrypeer_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
|
wordpot_local:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -530,6 +531,22 @@ services:
|
||||||
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
||||||
|
# Wordpot service
|
||||||
|
wordpot:
|
||||||
|
container_name: wordpot
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
tpotinit:
|
||||||
|
condition: service_healthy
|
||||||
|
networks:
|
||||||
|
- wordpot_local
|
||||||
|
ports:
|
||||||
|
- "82:80"
|
||||||
|
image: ${TPOT_REPO}/wordpot:${TPOT_VERSION}
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- ${TPOT_DATA_PATH}/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### Tools
|
#### Tools
|
||||||
|
|
|
@ -21,6 +21,7 @@ networks:
|
||||||
redishoneypot_local:
|
redishoneypot_local:
|
||||||
sentrypeer_local:
|
sentrypeer_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
|
wordpot_local:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -570,6 +571,22 @@ services:
|
||||||
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
||||||
|
# Wordpot service
|
||||||
|
wordpot:
|
||||||
|
container_name: wordpot
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
tpotinit:
|
||||||
|
condition: service_healthy
|
||||||
|
networks:
|
||||||
|
- wordpot_local
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
image: ${TPOT_REPO}/wordpot:${TPOT_VERSION}
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- ${TPOT_DATA_PATH}/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
|
@ -22,6 +22,7 @@ networks:
|
||||||
sentrypeer_local:
|
sentrypeer_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
|
wordpot_local:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -572,6 +573,22 @@ services:
|
||||||
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
||||||
|
# Wordpot service
|
||||||
|
wordpot:
|
||||||
|
container_name: wordpot
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
tpotinit:
|
||||||
|
condition: service_healthy
|
||||||
|
networks:
|
||||||
|
- wordpot_local
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
image: ${TPOT_REPO}/wordpot:${TPOT_VERSION}
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- ${TPOT_DATA_PATH}/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
|
@ -22,6 +22,7 @@ networks:
|
||||||
sentrypeer_local:
|
sentrypeer_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
|
wordpot_local:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -572,6 +573,22 @@ services:
|
||||||
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
image: ${TPOT_REPO}/snare:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
||||||
|
# Wordpot service
|
||||||
|
wordpot:
|
||||||
|
container_name: wordpot
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
tpotinit:
|
||||||
|
condition: service_healthy
|
||||||
|
networks:
|
||||||
|
- wordpot_local
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
image: ${TPOT_REPO}/wordpot:${TPOT_VERSION}
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- ${TPOT_DATA_PATH}/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
Loading…
Reference in a new issue