mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #895] [MERGED] Add Taiga template #15230
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/895
Author: @rjnevins
Created: 5/21/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @Siumauricio
Base:
canary← Head:bounty/dokploy-taiga-template📝 Commits (1)
ae09881feat: add Taiga template📊 Changes
4 files changed (+277 additions, -0 deletions)
View changed files
➕
blueprints/taiga/docker-compose.yml(+145 -0)➕
blueprints/taiga/logo.png(+0 -0)➕
blueprints/taiga/template.toml(+114 -0)📝
meta.json(+18 -0)📄 Description
What is this PR about?
New PR of Taiga template.
This adds a Dokploy template for Taiga, including:
config.mountsmeta.jsonentry and template logoChecklist
Before submitting this PR, please make sure that:
Validation run locally:
node build-scripts/process-meta.js --input meta.json --output /tmp/meta-out.json --verbosediff -u meta.json /tmp/meta-out.jsonnpx --yes tsx build-scripts/validate-template.ts --dir blueprints/taiga --verbosenpx --yes tsx build-scripts/validate-docker-compose.ts --file blueprints/taiga/docker-compose.yml --verbosedocker compose -f blueprints/taiga/docker-compose.yml config/api/v1/returned HTTP 200 JSON after migrations completed.Runtime note: local Docker test was run on Apple Silicon through Colima, so Docker reported expected amd64 image emulation warnings for Taiga images. The stack still booted and responded successfully.
Issues related (if applicable)
Related to #152
Screenshots or Videos
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.