Tamari

Recipe manager web app with a built-in collection of recipes. Organize by favorites and categories, create shopping lists, and plan meals.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  tamari:
    container_name: tamari
    image: alexbates/tamari:0.8
    ports:
      - 4888:4888
    volumes:
      - tamariappdata:/app/appdata
    restart: always

Resources

Website: https://tamariapp.com/

GitHub: https://github.com/alexbates/Tamari

Docker Hub: https://hub.docker.com/r/alexbates/tamari

Configuration: https://tamariapp.com/docs/install-with-docker/