From 62a032fec5d82eec1c8aeb2f331a12b4e6b02469 Mon Sep 17 00:00:00 2001 From: Otto Date: Sat, 28 Mar 2026 19:19:09 +0000 Subject: [PATCH] Add VM resource requirements --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0c115ce..21bd5c0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,17 @@ A web-based meal planning application with favorites, history, and notes. - [Docker](https://docker.com) - [Docker Compose](https://docs.docker.com/compose/) +### VM Resources + +Minimal resources required: + +- **CPU**: 1 core +- **RAM**: 1-2 GB +- **Storage**: 1 GB +- **OS**: Any Linux (tested on Alpine, Debian, Ubuntu) + +The app is lightweight and will run comfortably on even the smallest cloud VMs. + ## Deployment ### Quick Start