tweaking standard installation

This commit is contained in:
Marco Ochse 2018-04-17 15:42:00 +00:00
parent 004af6dec7
commit 06c7454da6

View file

@ -1,11 +1,11 @@
# T-Pot (Standard) # T-Pot (Standard)
# For docker-compose ... # For docker-compose ...
# Do not erase ports sections, these are used by /opt/tpot/bin/rules.sh to setup iptables ACCEPT rules for NFQ (honeytrap / glutton)
version: '2.2' version: '2.2'
networks: networks:
ciscoasa_local: ciscoasa_local:
cowrie_local: cowrie_local:
# dionaea_local:
elasticpot_local: elasticpot_local:
ewsposter_local: ewsposter_local:
glastopf_local: glastopf_local:
@ -21,6 +21,7 @@ services:
ciscoasa: ciscoasa:
container_name: ciscoasa container_name: ciscoasa
restart: always restart: always
stop_signal: SIGINT
networks: networks:
- ciscoasa_local - ciscoasa_local
ports: ports:
@ -52,8 +53,6 @@ services:
stdin_open: true stdin_open: true
restart: always restart: always
network_mode: "host" network_mode: "host"
# networks:
# - dionaea_local
ports: ports:
- "20:20" - "20:20"
- "21:21" - "21:21"
@ -87,6 +86,7 @@ services:
elasticpot: elasticpot:
container_name: elasticpot container_name: elasticpot
restart: always restart: always
stop_signal: SIGINT
networks: networks:
- elasticpot_local - elasticpot_local
ports: ports:
@ -124,6 +124,7 @@ services:
kibana: kibana:
container_name: kibana container_name: kibana
restart: always restart: always
stop_signal: SIGKILL
depends_on: depends_on:
elasticsearch: elasticsearch:
condition: service_healthy condition: service_healthy
@ -161,6 +162,7 @@ services:
ewsposter: ewsposter:
container_name: ewsposter container_name: ewsposter
restart: always restart: always
stop_signal: SIGINT
networks: networks:
- ewsposter_local - ewsposter_local
env_file: env_file:
@ -205,6 +207,7 @@ services:
mailoney: mailoney:
container_name: mailoney container_name: mailoney
restart: always restart: always
stop_signal: SIGINT
networks: networks:
- mailoney_local - mailoney_local
ports: ports:
@ -298,6 +301,7 @@ services:
suricata: suricata:
container_name: suricata container_name: suricata
restart: always restart: always
stop_signal: SIGINT
environment: environment:
# For ET Pro ruleset replace <OPEN> with your OINKCODE # For ET Pro ruleset replace <OPEN> with your OINKCODE
- OINKCODE=OPEN - OINKCODE=OPEN
@ -337,6 +341,7 @@ services:
wetty: wetty:
container_name: wetty container_name: wetty
restart: always restart: always
stop_signal: SIGKILL
network_mode: "host" network_mode: "host"
env_file: env_file:
- /opt/tpot/etc/compose/wetty_environment - /opt/tpot/etc/compose/wetty_environment