sublime-security / sublime-platform

A free and open platform for detecting and preventing email attacks like BEC, malware, and credential phishing. Gain visibility and control, hunt for advanced threats, collaborate with the community, and write detections-as-code.
https://sublime.security
MIT License
159 stars 14 forks source link

Scale strelka backends to 2 by default #117

Closed rw-access closed 1 year ago

rw-access commented 1 year ago

TIL docker-compose can automatically scale, so we can specify in the compose file how many to create. To scale it further: docker-compose up -d --scale sublime_strelka_backend=4

We can also consider adding bora scalers this way. Naturally, AWS will do all of this better, but this will mean more mileage and flexibility for Docker deployments.