IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 4 forks source link

Add resource limits on Docker containers in the Compose file #115

Open nishant-nayak opened 8 months ago

nishant-nayak commented 8 months ago

Add resource limits (CPU, Memory) for each container to ensure we appropriately allocate resources for processes that need more memory (main Corpus container, nginx, etc.).

Ref: Docker Compose resources docs