mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
FIX: Added empty __init__
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
0
custom_bots/ecs/__init__.py
Normal file
0
custom_bots/ecs/__init__.py
Normal file
@@ -27,6 +27,7 @@ services:
|
||||
- ./intelmq_logs:/opt/intelmq/var/log
|
||||
- ./intelmq_output:/opt/intelmq/var/lib/bots
|
||||
|
||||
- ./custom_bots/ecs/__init__.py:/etc/intelmq/intelmq/bots/experts/ecs/__init__.py:ro
|
||||
- ./custom_bots/ecs/expert.py:/etc/intelmq/intelmq/bots/experts/ecs/expert.py:ro
|
||||
depends_on:
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user