From b0a6ce432ab6b94b8330a52978cd29f0dc9acf59 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 13 Mar 2024 17:03:30 +0100 Subject: [PATCH] add wordpot to compose files --- compose/mac_win.yml | 17 +++++++++++++++++ compose/mobile.yml | 17 +++++++++++++++++ compose/raspberry_showcase.yml | 17 +++++++++++++++++ compose/sensor.yml | 17 +++++++++++++++++ compose/standard.yml | 17 +++++++++++++++++ docker-compose.yml | 17 +++++++++++++++++ 6 files changed, 102 insertions(+) diff --git a/compose/mac_win.yml b/compose/mac_win.yml index b9266566..9226e103 100644 --- a/compose/mac_win.yml +++ b/compose/mac_win.yml @@ -22,6 +22,7 @@ networks: redishoneypot_local: sentrypeer_local: tanner_local: + wordpot_local: nginx_local: ewsposter_local: @@ -551,6 +552,22 @@ services: image: ${TPOT_REPO}/snare:${TPOT_VERSION} 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 diff --git a/compose/mobile.yml b/compose/mobile.yml index e4ae3748..54fb8699 100644 --- a/compose/mobile.yml +++ b/compose/mobile.yml @@ -23,6 +23,7 @@ networks: redishoneypot_local: sentrypeer_local: tanner_local: + wordpot_local: ewsposter_local: services: @@ -530,6 +531,22 @@ services: image: ${TPOT_REPO}/snare:${TPOT_VERSION} 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 diff --git a/compose/raspberry_showcase.yml b/compose/raspberry_showcase.yml index e4ae3748..3bd69864 100644 --- a/compose/raspberry_showcase.yml +++ b/compose/raspberry_showcase.yml @@ -23,6 +23,7 @@ networks: redishoneypot_local: sentrypeer_local: tanner_local: + wordpot_local: ewsposter_local: services: @@ -530,6 +531,22 @@ services: image: ${TPOT_REPO}/snare:${TPOT_VERSION} 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 diff --git a/compose/sensor.yml b/compose/sensor.yml index d545bdbc..330857bf 100644 --- a/compose/sensor.yml +++ b/compose/sensor.yml @@ -21,6 +21,7 @@ networks: redishoneypot_local: sentrypeer_local: tanner_local: + wordpot_local: ewsposter_local: services: @@ -570,6 +571,22 @@ services: image: ${TPOT_REPO}/snare:${TPOT_VERSION} 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 diff --git a/compose/standard.yml b/compose/standard.yml index d71b7e33..6693bddf 100644 --- a/compose/standard.yml +++ b/compose/standard.yml @@ -22,6 +22,7 @@ networks: sentrypeer_local: tanner_local: spiderfoot_local: + wordpot_local: ewsposter_local: services: @@ -572,6 +573,22 @@ services: image: ${TPOT_REPO}/snare:${TPOT_VERSION} 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 diff --git a/docker-compose.yml b/docker-compose.yml index d71b7e33..6693bddf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,6 +22,7 @@ networks: sentrypeer_local: tanner_local: spiderfoot_local: + wordpot_local: ewsposter_local: services: @@ -572,6 +573,22 @@ services: image: ${TPOT_REPO}/snare:${TPOT_VERSION} 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