mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #955] [MERGED] feat: add Tandoor Recipes template #16267
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
canary← Head:codex/add-tandoor-recipes-template📝 Commits (6)
daa0fa8feat: add Tandoor Recipes template7c8950achore: pin tandoor-recipes template version721fd4eMerge remote-tracking branch 'origin/canary' into codex/add-tandoor-recipes-template52f7658Fix Tandoor Recipes service portc048635Merge remote-tracking branch 'origin/canary' into codex/add-tandoor-recipes-template0b7511ffix: 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
node dedupe-and-sort-meta.jsnpm --prefix build-scripts run validate-template -- --dir ../blueprints/tandoor-recipesnpm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/tandoor-recipes/docker-compose.ymlgit diff --checkNot 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.