mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
add kibana export / import config function ewsposter remove transmitting old elasticpot data (need update) final export of all objects
This commit is contained in:
@ -5,7 +5,10 @@ networks:
|
||||
|
||||
services:
|
||||
|
||||
# dicompot service
|
||||
# Dicompot service
|
||||
# Get the Horos Client for testing: https://horosproject.org/
|
||||
# Get Dicom images (CC BY 3.0): https://www.cancerimagingarchive.net/collections/
|
||||
# Put images (which must be in Dicom DCM format or it will not work!) into /data/dicompot/images
|
||||
dicompot:
|
||||
build: .
|
||||
container_name: dicompot
|
||||
@ -18,5 +21,4 @@ services:
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/dicompot/log:/var/log/dicompot
|
||||
# - /path/to/dicom/images:/opt/dicompot/images
|
||||
|
||||
# - /data/dicompot/images:/opt/dicompot/images
|
||||
|
4
docker/ews/dist/ews.cfg
vendored
4
docker/ews/dist/ews.cfg
vendored
@ -92,9 +92,9 @@ nodeid = conpot-community-01
|
||||
logfile = /data/conpot/log/conpot*.json
|
||||
|
||||
[ELASTICPOT]
|
||||
elasticpot = true
|
||||
elasticpot = false
|
||||
nodeid = elasticpot-community-01
|
||||
logfile = /data/elasticpot/log/elasticpot.log
|
||||
logfile = /data/elasticpot/log/elasticpot.json
|
||||
|
||||
[SURICATA]
|
||||
suricata = true
|
||||
|
Reference in New Issue
Block a user