mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -29,7 +29,6 @@ services:
|
||||
ciscoasa:
|
||||
container_name: ciscoasa
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
tmpfs:
|
||||
- /tmp/ciscoasa:uid=2000,gid=2000
|
||||
network_mode: "host"
|
||||
@ -45,7 +44,6 @@ services:
|
||||
conpot_IEC104:
|
||||
container_name: conpot_iec104
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
environment:
|
||||
- CONPOT_CONFIG=/etc/conpot/conpot.cfg
|
||||
- CONPOT_JSON_LOG=/var/log/conpot/conpot_IEC104.json
|
||||
@ -68,7 +66,6 @@ services:
|
||||
conpot_guardian_ast:
|
||||
container_name: conpot_guardian_ast
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
environment:
|
||||
- CONPOT_CONFIG=/etc/conpot/conpot.cfg
|
||||
- CONPOT_JSON_LOG=/var/log/conpot/conpot_guardian_ast.json
|
||||
@ -90,7 +87,6 @@ services:
|
||||
conpot_ipmi:
|
||||
container_name: conpot_ipmi
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
environment:
|
||||
- CONPOT_CONFIG=/etc/conpot/conpot.cfg
|
||||
- CONPOT_JSON_LOG=/var/log/conpot/conpot_ipmi.json
|
||||
@ -112,7 +108,6 @@ services:
|
||||
conpot_kamstrup_382:
|
||||
container_name: conpot_kamstrup_382
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
environment:
|
||||
- CONPOT_CONFIG=/etc/conpot/conpot.cfg
|
||||
- CONPOT_JSON_LOG=/var/log/conpot/conpot_kamstrup_382.json
|
||||
@ -191,7 +186,6 @@ services:
|
||||
elasticpot:
|
||||
container_name: elasticpot
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
networks:
|
||||
- elasticpot_local
|
||||
ports:
|
||||
@ -205,7 +199,6 @@ services:
|
||||
heralding:
|
||||
container_name: heralding
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
tmpfs:
|
||||
- /tmp/heralding:uid=2000,gid=2000
|
||||
networks:
|
||||
@ -254,7 +247,6 @@ services:
|
||||
- HPFEEDS_SECRET=pass
|
||||
- HPFEEDS_PORT=20000
|
||||
- HPFEEDS_CHANNELPREFIX=prefix
|
||||
stop_signal: SIGINT
|
||||
networks:
|
||||
- mailoney_local
|
||||
ports:
|
||||
@ -303,7 +295,6 @@ services:
|
||||
tanner_redis:
|
||||
container_name: tanner_redis
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
@ -314,7 +305,6 @@ services:
|
||||
tanner_phpox:
|
||||
container_name: tanner_phpox
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
@ -325,7 +315,6 @@ services:
|
||||
tanner_api:
|
||||
container_name: tanner_api
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
tmpfs:
|
||||
- /tmp/tanner:uid=2000,gid=2000
|
||||
tty: true
|
||||
@ -343,7 +332,6 @@ services:
|
||||
tanner_web:
|
||||
container_name: tanner_web
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
tmpfs:
|
||||
- /tmp/tanner:uid=2000,gid=2000
|
||||
tty: true
|
||||
@ -361,7 +349,6 @@ services:
|
||||
tanner:
|
||||
container_name: tanner
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
tmpfs:
|
||||
- /tmp/tanner:uid=2000,gid=2000
|
||||
tty: true
|
||||
@ -382,7 +369,6 @@ services:
|
||||
snare:
|
||||
container_name: snare
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
networks:
|
||||
- tanner_local
|
||||
@ -424,7 +410,6 @@ services:
|
||||
suricata:
|
||||
container_name: suricata
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
environment:
|
||||
# For ET Pro ruleset replace "OPEN" with your OINKCODE
|
||||
- OINKCODE=OPEN
|
||||
@ -482,7 +467,6 @@ services:
|
||||
kibana:
|
||||
container_name: kibana
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_healthy
|
||||
@ -519,7 +503,6 @@ services:
|
||||
ewsposter:
|
||||
container_name: ewsposter
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
networks:
|
||||
- ewsposter_local
|
||||
env_file:
|
||||
|
Reference in New Issue
Block a user