{
  "manifest_version": "1.0.0",
  "template": {
    "id": "53c3c83a-dc36-4ec7-82e8-cdad7a073e02",
    "slug": "donetick-1",
    "name": "Donetick",
    "description": "Simplify Tasks & Chores, Together!",
    "url": "https://railway.com/deploy/donetick-1",
    "upstream": {
      "image": "donetick/donetick"
    }
  },
  "services": [
    {
      "name": "Donetick",
      "source": {
        "image": "donetick/donetick"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DT_ENV",
      "service": "Donetick",
      "description": "Host mode",
      "secret": false,
      "strategy": "default",
      "default": "selfhosted"
    },
    {
      "key": "DT_JWT_SECRET",
      "service": "Donetick",
      "description": "JWT SECRET",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DT_SQLITE_PATH",
      "service": "Donetick",
      "description": "Provide a value for DT_SQLITE_PATH.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "donetick-1"
      }
    },
    "cli": "railway deploy --template donetick-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "53c3c83a-dc36-4ec7-82e8-cdad7a073e02",
            "serializedConfig": {
              "services": {
                "8e8f73b3-14b3-4b7e-b343-398bf6239fd1": {
                  "icon": "https://i.imgur.com/fW3SB9M.png",
                  "name": "Donetick",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": ""
                  },
                  "source": {
                    "image": "donetick/donetick"
                  },
                  "variables": {
                    "DT_ENV": {
                      "isOptional": false,
                      "description": "Host mode",
                      "defaultValue": "selfhosted"
                    },
                    "DT_JWT_SECRET": {
                      "isOptional": false,
                      "description": "JWT SECRET",
                      "defaultValue": "{{DT_JWT_SECRET}}"
                    },
                    "DT_SQLITE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "${{RAILWAY_VOLUME_MOUNT_PATH}}/donetick.db"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:2021": {
                        "port": 2021
                      }
                    }
                  },
                  "volumeMounts": {
                    "8e8f73b3-14b3-4b7e-b343-398bf6239fd1": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T18:22:29.085Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e192b8681ed44445b6cd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 64,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Donetick"
  }
}
