{
  "manifest_version": "1.0.0",
  "template": {
    "id": "742449ee-1214-4866-966a-df9027789125",
    "slug": "influxdb-time-series-database",
    "name": "InfluxDB Time Series Database",
    "description": "Open-source time series database for metrics and real-time analytics.",
    "url": "https://railway.com/deploy/influxdb-time-series-database",
    "upstream": {
      "image": "influxdb:2.7"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "influxdb",
      "source": {
        "image": "influxdb:2.7"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/influxdb2",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "influxdb",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_ORG",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_ORG.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_MODE",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_MODE.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_BUCKET",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_BUCKET.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_PASSWORD",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_USERNAME",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_ADMIN_TOKEN",
      "service": "influxdb",
      "description": "Provide a value for DOCKER_INFLUXDB_INIT_ADMIN_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "influxdb-time-series-database"
      }
    },
    "cli": "railway deploy --template influxdb-time-series-database",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "742449ee-1214-4866-966a-df9027789125",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "22761295-2e4d-4cb5-9bee-d101f3a76a03": {
                  "icon": null,
                  "name": "influxdb",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "influxdb:2.7"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "DOCKER_INFLUXDB_INIT_ORG": {
                      "isOptional": false,
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_ORG}}"
                    },
                    "DOCKER_INFLUXDB_INIT_MODE": {
                      "isOptional": false,
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_MODE}}"
                    },
                    "DOCKER_INFLUXDB_INIT_BUCKET": {
                      "isOptional": false,
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_BUCKET}}"
                    },
                    "DOCKER_INFLUXDB_INIT_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_PASSWORD}}"
                    },
                    "DOCKER_INFLUXDB_INIT_USERNAME": {
                      "isOptional": false,
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_USERNAME}}"
                    },
                    "DOCKER_INFLUXDB_INIT_ADMIN_TOKEN": {
                      "isOptional": false,
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_ADMIN_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "22761295-2e4d-4cb5-9bee-d101f3a76a03": {
                      "mountPath": "/var/lib/influxdb2"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "influxdb",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
