spamscope-docker-compose is an example of Docker Compose with SpamScope and Elasticsearch.
SpamScope is an Advanced Spam Analyzer. For more details visit GitHub project.
To use spamscope-docker-compose you should change .env
file with your configuration and the start all services:
$ sudo docker-compose up -d
Then you must submit elasticsearch topology:
$ sudo docker-compose exec spamscope spamscope-topology submit -g spamscope_elasticsearch
Please check spamscope-topology submit -h
for more details.
Remember to follow these instructions before start all docker containers.
For more details go to SpamScope project.