mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
- Reword two docker-compose comments so the literal string "dokploy-network" no longer appears. The compose never declared the network manually (Dokploy attaches it automatically); the automated template check was tripping on the comment text alone. - meta.json: keep canary's richer description and tags (kanban, project-management), bumping only the version to v1.3.1. Deploy-verified on a test Dokploy instance: full stack booted in 465s and proxy:80 answered HTTP 200 with the Plane landing page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"id": "plane",
|
|
"name": "Plane",
|
|
"version": "v1.3.1",
|
|
"description": "Open source project management — alternative to Jira, Linear, Asana",
|
|
"logo": "plane.png",
|
|
"links": {
|
|
"github": "https://github.com/makeplane/plane",
|
|
"website": "https://plane.so",
|
|
"docs": "https://docs.plane.so/"
|
|
},
|
|
"tags": [
|
|
"kanban",
|
|
"project-management"
|
|
]
|
|
}
|