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
- Host: GitHub
- URL: https://github.com/spamscope/spamscope-docker-compose
- Owner: SpamScope
- License: apache-2.0
- Created: 2017-11-11T20:05:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T15:51:21.000Z (over 7 years ago)
- Last Synced: 2025-02-05T10:12:11.037Z (4 months ago)
- Topics: docker, docker-compose, spamscope
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**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).