TL;DR — Quick Summary
Deploy Grocy for self-hosted grocery tracking, household inventory, meal planning, chore scheduling, and shopping lists. An ERP for your home with barcode scanning and Docker.
Grocy — ERP for Your Home
services:
grocy:
image: lscr.io/linuxserver/grocy:latest
container_name: grocy
restart: always
ports:
- "9283:80"
volumes:
- grocy-data:/config
volumes:
grocy-data:
Features
| Feature | Description |
|---|---|
| Inventory | Track stock, expiration dates |
| Shopping lists | Auto-generate from stock levels |
| Meal planning | Plan meals, track recipes |
| Chores | Schedule recurring tasks |
| Batteries | Track replacement dates |
| Barcode scanning | Mobile app + USB scanner |
| API | Full REST API |