Manage your household with a comprehensive, self-hosted system designed to keep your kitchen and daily tasks perfectly organized. This solution acts as an ERP for your home, allowing you to track stock, plan meals, and stay on top of chores without guesswork. By defining minimum stock amounts, you automatically generate shopping lists and never run out of essential products.\n\nKey features include:\n\n* Smart Inventory Tracking: Scan barcodes directly via your device camera to add or remove items in seconds.\n* Recipe & Meal Planning: Maintain recipes, check ingredient availability at a glance, and plan daily meals to minimize food waste.\n* Household Management: Keep track of chores, battery charge cycles, and device manuals in one centralized location.\n* Customizable & Accessible: Access the responsive web interface from any device, utilize dark mode, and add custom fields to tailor the system to your exact needs.
services:
grocy:
image: lscr.io/linuxserver/grocy:latest
container_name: grocy
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 9283:80
restart: unless-stopped# No sensitive credentials are required for the default SQLite configuration.
# Customize the environment variables in docker-compose.yml if needed.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago