{
  "manifest_version": "1.0.0",
  "template": {
    "id": "37e52276-0243-4422-851e-07f36202404f",
    "slug": "influxdb",
    "name": "InfluxDB (Open-Source Time Series Database & Metrics Platform)",
    "description": "InfluxDB [Sep ’26] (Store & Query Time Series Data Easily) Self Host",
    "url": "https://railway.com/deploy/influxdb",
    "upstream": {
      "image": "influxdb"
    }
  },
  "services": [
    {
      "name": "influxdb",
      "source": {
        "image": "influxdb"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/influxdb2",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DOCKER_INFLUXDB_INIT_ORG",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_ORG.",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_MODE",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_MODE.",
      "secret": false,
      "strategy": "default",
      "default": "setup"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_BUCKET",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_BUCKET.",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_PASSWORD",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_PASSWORD.",
      "secret": true,
      "strategy": "default",
      "default": "admin12345"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_USERNAME",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "influxdb"
      }
    },
    "cli": "railway deploy --template influxdb",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "37e52276-0243-4422-851e-07f36202404f",
            "serializedConfig": {
              "services": {
                "7318f07e-4b4e-4a6e-a70d-f7c854bf53be": {
                  "icon": null,
                  "name": "influxdb",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "influxdb"
                  },
                  "variables": {
                    "DOCKER_INFLUXDB_INIT_ORG": {
                      "isOptional": false,
                      "defaultValue": "default"
                    },
                    "DOCKER_INFLUXDB_INIT_MODE": {
                      "isOptional": false,
                      "defaultValue": "setup"
                    },
                    "DOCKER_INFLUXDB_INIT_BUCKET": {
                      "isOptional": false,
                      "defaultValue": "default"
                    },
                    "DOCKER_INFLUXDB_INIT_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "admin12345"
                    },
                    "DOCKER_INFLUXDB_INIT_USERNAME": {
                      "isOptional": false,
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8086": {
                        "port": 8086
                      }
                    }
                  },
                  "volumeMounts": {
                    "7318f07e-4b4e-4a6e-a70d-f7c854bf53be": {
                      "mountPath": "/var/lib/influxdb2"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T01:49:44.997Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e209b467df014ff0bef1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 5,
    "slowest_service": "influxdb"
  }
}
