Hi,
I'm currently evaluating Novu as a solution for notifications in the systems i work in.
I've found this document regarding deployment: https://docs.novu.co/overview/docker-deploy/
That works great for setting up locally using docker-compose, i'm already evaluating the functionality that way and it seems great!
Is the idea that i use that docker-compose setup as an example for how I could set things up in ECS, kubernetes, or whatever other way i might try to run docker containers?
So basically, i'd clone the repository, build some images for the services/ui and then run containers using those images?
Any suggestions on how containers i have running for each service or any specific automatic scaling I should consider?