mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 17:22:57 +01:00
hotfix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Installing requirements for bots in dev repository"
|
||||
for file in $(find /opt/dev/mybots -name "*REQUIREMENTS.txt"); do pip3 install -r $file; done
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
INTELMQ_PIPELINE_HOST: redis
|
||||
INTELMQ_REDIS_CACHE_HOST: redis
|
||||
# Mail handler
|
||||
LOG_MAIL_ENABLED: false
|
||||
LOG_MAIL_ENABLED: "false"
|
||||
LOG_MAIL_LEVEL: "logging.ERROR"
|
||||
LOG_MAIL_MAILHOST: "mail.example.unlp.edu.ar"
|
||||
LOG_MAIL_PORT: 25
|
||||
@@ -47,11 +47,11 @@ services:
|
||||
LOG_MAIL_CREDENTIALS: None #tuple (username, password)
|
||||
LOG_MAIL_SECURE: None
|
||||
# Start botnet at boot
|
||||
ENABLE_BOTNET_AT_BOOT: true
|
||||
ENABLE_BOTNET_AT_BOOT: "true"
|
||||
networks:
|
||||
- intelmq-internal
|
||||
|
||||
|
||||
networks:
|
||||
intelmq-internal:
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
|
||||
0
mybots/bots/collectors/otherexample/collector.py
Normal file
0
mybots/bots/collectors/otherexample/collector.py
Normal file
Reference in New Issue
Block a user