I am setting up mailcow for a small server with less than 10 accounts. I’d like to limit the CPU and memory to prevent mailcow from negatively affecting other services.
AFAIK I can set limits for individual services in the docker-compose.yml file, but I don’t know how much to give to each service. Instead, I am wondering if there’s a way of saying that mailcow as a whole can take, for example, 0.5CPUs and 1GB of RAM.
Is there a way to do that?