An open API service indexing awesome lists of open source software.

https://github.com/spamscope/spamscope-docker-compose

Docker Compose example for SpamScope
https://github.com/spamscope/spamscope-docker-compose

docker docker-compose spamscope

Last synced: 2 months ago
JSON representation

Docker Compose example for SpamScope

Awesome Lists containing this project

README

        

![SpamScope](https://github.com/SpamScope/spamscope/blob/develop/docs/logo/spamscope.jpg?raw=true "SpamScope")

**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](https://github.com/SpamScope/spamscope).

## Usage

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.

## :warning: Important :warning:
Remember to follow [these instructions](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode)
before start all docker containers.

## Apache Storm settings

For more details go to [SpamScope project](https://github.com/SpamScope/spamscope).