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:
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: alwaysBASE_URL=http://localhost:9925Auto-fetched about 3 hours ago
Auto-fetched about 3 hours ago