mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 21:58:44 -05:00
[PR #716] [CLOSED] feat: add Fizzy template blueprint #7948
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/716
Author: @adryserage
Created: 2/20/2026
Status: ❌ Closed
Base:
canary← Head:add/fizzy-template📝 Commits (7)
f1cd2aefeat: add Fizzy template blueprint0033d8dUpdate blueprints/fizzy/docker-compose.yml1c96e4fUpdate blueprints/fizzy/docker-compose.yml838bacaUpdate blueprints/fizzy/template.toml0f12c1fUpdate meta.json72aa05cUpdate meta.jsond66c0e2Update blueprints/fizzy/docker-compose.yml📊 Changes
4 files changed (+103 additions, -0 deletions)
View changed files
➕
blueprints/fizzy/docker-compose.yml(+36 -0)➕
blueprints/fizzy/fizzy.svg(+15 -0)➕
blueprints/fizzy/template.toml(+33 -0)📝
meta.json(+19 -0)📄 Description
Summary
Adds Fizzy, a Kanban-style issue and idea tracker by 37signals (Basecamp).
Changes
Context
Clean resubmission of #581 (closed for inactivity). This PR only contains the Fizzy blueprint — no CI/workflow changes.
Docker Compose
Greptile Summary
Adds Fizzy, a Kanban-style issue and idea tracker by 37signals (Basecamp), as a new template blueprint.
Key changes:
Issues found:
docker-compose.ymliswebbut must befizzyto match the blueprint folder name (per AGENTS.md line 46)version: "3.8"declaration indocker-compose.yml(per AGENTS.md line 149)template.tomlmust also be updated tofizzyto matchmeta.jsonentryThese are straightforward fixes that maintain consistency with project conventions.
Confidence Score: 3/5
fizzynotweb) in bothdocker-compose.ymlandtemplate.toml, missing requiredversion: "3.8"declaration, and minor formatting issue inmeta.json. Once these syntax issues are resolved, the template will be production-ready.blueprints/fizzy/docker-compose.ymlandblueprints/fizzy/template.tomlneed service name corrections,meta.jsonneeds indentation fixLast reviewed commit:
f1cd2aeContext used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.