[PR #955] [MERGED] feat: add Tandoor Recipes template #16267

Closed
opened 2026-07-14 23:17:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/955
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Merged
Merged: 7/8/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-tandoor-recipes-template


📝 Commits (6)

  • daa0fa8 feat: add Tandoor Recipes template
  • 7c8950a chore: pin tandoor-recipes template version
  • 721fd4e Merge remote-tracking branch 'origin/canary' into codex/add-tandoor-recipes-template
  • 52f7658 Fix Tandoor Recipes service port
  • c048635 Merge remote-tracking branch 'origin/canary' into codex/add-tandoor-recipes-template
  • 0b7511f fix: tandoor listens on unix socket by default — bind gunicorn to TCP 8080

📊 Changes

4 files changed (+79 additions, -0 deletions)

View changed files

blueprints/tandoor-recipes/docker-compose.yml (+37 -0)
blueprints/tandoor-recipes/meta.json (+17 -0)
blueprints/tandoor-recipes/tandoor-recipes.svg (+5 -0)
blueprints/tandoor-recipes/template.toml (+20 -0)

📄 Description

/claim #152

What is this PR about?

This PR adds a new Tandoor Recipes Dokploy template. Adds a Tandoor Recipes template with PostgreSQL, generated secret/password values, persistent media/static volumes, and Dokploy routing on port 8080.

Validation

  • Ran node dedupe-and-sort-meta.js
  • Ran npm --prefix build-scripts run validate-template -- --dir ../blueprints/tandoor-recipes
  • Ran npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/tandoor-recipes/docker-compose.yml
  • Ran git diff --check

Not run: full Docker runtime smoke test, because Docker is unavailable locally.

Notes

I kept this as a focused single-template PR so it stays easy to review. Maintainer edits are enabled.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/955 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ✅ Merged **Merged:** 7/8/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-tandoor-recipes-template` --- ### 📝 Commits (6) - [`daa0fa8`](https://github.com/Dokploy/templates/commit/daa0fa8aa9f4ee5a7584d8a8a0a2a683e8a52243) feat: add Tandoor Recipes template - [`7c8950a`](https://github.com/Dokploy/templates/commit/7c8950a2532bff0b5618f3c839c6326faf91d5d3) chore: pin tandoor-recipes template version - [`721fd4e`](https://github.com/Dokploy/templates/commit/721fd4ee8827ea5babd1940664e753b01d908fd2) Merge remote-tracking branch 'origin/canary' into codex/add-tandoor-recipes-template - [`52f7658`](https://github.com/Dokploy/templates/commit/52f765898eb9dc418aac21b1636dad27e7900239) Fix Tandoor Recipes service port - [`c048635`](https://github.com/Dokploy/templates/commit/c048635ec346368bed750ef6528ba4ccd3269fe3) Merge remote-tracking branch 'origin/canary' into codex/add-tandoor-recipes-template - [`0b7511f`](https://github.com/Dokploy/templates/commit/0b7511f79c6cebb85207caf6d570d07bba073777) fix: tandoor listens on unix socket by default — bind gunicorn to TCP 8080 ### 📊 Changes **4 files changed** (+79 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/tandoor-recipes/docker-compose.yml` (+37 -0) ➕ `blueprints/tandoor-recipes/meta.json` (+17 -0) ➕ `blueprints/tandoor-recipes/tandoor-recipes.svg` (+5 -0) ➕ `blueprints/tandoor-recipes/template.toml` (+20 -0) </details> ### 📄 Description /claim #152 ## What is this PR about? This PR adds a new Tandoor Recipes Dokploy template. Adds a Tandoor Recipes template with PostgreSQL, generated secret/password values, persistent media/static volumes, and Dokploy routing on port 8080. ## Validation - Ran `node dedupe-and-sort-meta.js` - Ran `npm --prefix build-scripts run validate-template -- --dir ../blueprints/tandoor-recipes` - Ran `npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/tandoor-recipes/docker-compose.yml` - Ran `git diff --check` Not run: full Docker runtime smoke test, because Docker is unavailable locally. ## Notes I kept this as a focused single-template PR so it stays easy to review. Maintainer edits are enabled. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-14 23:17:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#16267