Favicon of Mealie

Mealie

Build a self-hosted recipe collection for your household. Import recipes from the web, scale ingredients, and plan meals with an intuitive interface.

Take control of your culinary collection with a modern, self-hosted recipe management platform designed for households. Whether saving family secrets or pulling inspiration from the web, this platform provides an intuitive interface to keep your kitchen organized without relying on cloud services.

Enjoy a robust set of features built to simplify meal planning:

  • Automated Recipe Scraping: Instantly import recipes from your favorite websites with a built-in scraper.
  • Machine Learning Organization: Automatically parse ingredients to enable advanced features like recipe scaling and shopping list consolidation.
  • Family Groups: Sort users into groups to easily share meal plans and recipes with everyone in the house.
  • Developer Friendly: Utilize an Open API and schedule webhooks to send meal plan data to third-party services.
  • Data Security: Keep your collection safe with automatic backups and full control over your data.

Directory Structure

mealie
mealie-data
.env
docker-compose.yml

docker-compose.yml

services:
  mealie:
    image: ghcr.io/mealie-recipes/mealie:latest
    container_name: mealie
    ports:
      - "9925:9000"
    deploy:
      resources:
        limits:
          memory: 1000M
    volumes:
      - ./mealie-data:/app/data/
    environment:
      - ALLOW_SIGNUP=true
      - PUID=1000
      - PGID=1000
      - TZ=America/Anchorage
      - MAX_WORKERS=1
      - WEB_CONCURRENCY=1
      - BASE_URL=${BASE_URL}
    restart: always

.env

BASE_URL=http://localhost:9925

Share:

Ad
Favicon

 

  
 

Similar to Mealie

Favicon

 

  
  
Favicon

 

  
  
Favicon