TL;DR — Quick Summary

Deploy Grocy for self-hosted grocery tracking, household inventory, meal planning, and shopping lists. A home ERP with barcode scanning and Docker setup.

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