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

FeatureDescription
InventoryTrack stock, expiration dates
Shopping listsAuto-generate from stock levels
Meal planningPlan meals, track recipes
ChoresSchedule recurring tasks
BatteriesTrack replacement dates
Barcode scanningMobile app + USB scanner
APIFull REST API