mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Disabled public metric and SentryPeer HoneyPot
This commit is contained in:
parent
a50a9ba545
commit
7cd6449c05
1 changed files with 44 additions and 44 deletions
|
@ -18,11 +18,11 @@ networks:
|
||||||
medpot_local:
|
medpot_local:
|
||||||
miniprint_local:
|
miniprint_local:
|
||||||
redishoneypot_local:
|
redishoneypot_local:
|
||||||
sentrypeer_local:
|
# sentrypeer_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
wordpot_local:
|
wordpot_local:
|
||||||
nginx_local:
|
nginx_local:
|
||||||
ewsposter_local:
|
# ewsposter_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
@ -482,26 +482,26 @@ services:
|
||||||
- ${TPOT_DATA_PATH}/redishoneypot/log:/var/log/redishoneypot
|
- ${TPOT_DATA_PATH}/redishoneypot/log:/var/log/redishoneypot
|
||||||
|
|
||||||
# SentryPeer service
|
# SentryPeer service
|
||||||
sentrypeer:
|
# sentrypeer:
|
||||||
container_name: sentrypeer
|
# container_name: sentrypeer
|
||||||
restart: always
|
# restart: always
|
||||||
depends_on:
|
# depends_on:
|
||||||
tpotinit:
|
# tpotinit:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
# environment:
|
## environment:
|
||||||
# - SENTRYPEER_PEER_TO_PEER=1
|
## - SENTRYPEER_PEER_TO_PEER=1
|
||||||
networks:
|
# networks:
|
||||||
- sentrypeer_local
|
# - sentrypeer_local
|
||||||
ports:
|
# ports:
|
||||||
# - "4222:4222/udp"
|
## - "4222:4222/udp"
|
||||||
- "5060:5060/tcp"
|
# - "5060:5060/tcp"
|
||||||
- "5060:5060/udp"
|
# - "5060:5060/udp"
|
||||||
# - "127.0.0.1:8082:8082"
|
## - "127.0.0.1:8082:8082"
|
||||||
image: ${TPOT_REPO}/sentrypeer:${TPOT_VERSION}
|
# image: ${TPOT_REPO}/sentrypeer:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
# pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
# read_only: true
|
||||||
volumes:
|
# volumes:
|
||||||
- ${TPOT_DATA_PATH}/sentrypeer/log:/var/log/sentrypeer
|
# - ${TPOT_DATA_PATH}/sentrypeer/log:/var/log/sentrypeer
|
||||||
|
|
||||||
#### Snare / Tanner
|
#### Snare / Tanner
|
||||||
## Tanner Redis Service
|
## Tanner Redis Service
|
||||||
|
@ -785,28 +785,28 @@ services:
|
||||||
#### /ELK
|
#### /ELK
|
||||||
|
|
||||||
# Ewsposter service
|
# Ewsposter service
|
||||||
ewsposter:
|
# ewsposter:
|
||||||
container_name: ewsposter
|
# container_name: ewsposter
|
||||||
restart: always
|
# restart: always
|
||||||
depends_on:
|
# depends_on:
|
||||||
tpotinit:
|
# tpotinit:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
networks:
|
# networks:
|
||||||
- ewsposter_local
|
# - ewsposter_local
|
||||||
environment:
|
# environment:
|
||||||
- EWS_HPFEEDS_ENABLE=false
|
# - EWS_HPFEEDS_ENABLE=false
|
||||||
- EWS_HPFEEDS_HOST=host
|
# - EWS_HPFEEDS_HOST=host
|
||||||
- EWS_HPFEEDS_PORT=port
|
# - EWS_HPFEEDS_PORT=port
|
||||||
- EWS_HPFEEDS_CHANNELS=channels
|
# - EWS_HPFEEDS_CHANNELS=channels
|
||||||
- EWS_HPFEEDS_IDENT=user
|
# - EWS_HPFEEDS_IDENT=user
|
||||||
- EWS_HPFEEDS_SECRET=secret
|
# - EWS_HPFEEDS_SECRET=secret
|
||||||
- EWS_HPFEEDS_TLSCERT=false
|
# - EWS_HPFEEDS_TLSCERT=false
|
||||||
- EWS_HPFEEDS_FORMAT=json
|
# - EWS_HPFEEDS_FORMAT=json
|
||||||
image: ${TPOT_REPO}/ewsposter:${TPOT_VERSION}
|
# image: ${TPOT_REPO}/ewsposter:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
# pull_policy: ${TPOT_PULL_POLICY}
|
||||||
volumes:
|
# volumes:
|
||||||
- ${TPOT_DATA_PATH}:/data
|
# - ${TPOT_DATA_PATH}:/data
|
||||||
- ${TPOT_DATA_PATH}/ews/conf/ews.ip:/opt/ewsposter/ews.ip
|
# - ${TPOT_DATA_PATH}/ews/conf/ews.ip:/opt/ewsposter/ews.ip
|
||||||
|
|
||||||
# Nginx service
|
# Nginx service
|
||||||
nginx:
|
nginx:
|
||||||
|
|
Loading…
Reference in a new issue