{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6d2560af-c393-4b3d-baca-e1393433d20a",
    "slug": "pocketbase-regular-update",
    "name": "PocketBase (regular update)",
    "description": "Open Source realtime backend in one service",
    "url": "https://railway.com/deploy/pocketbase-regular-update",
    "upstream": {
      "image": "ghcr.io/muchobien/pocketbase:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "PocketBase",
      "source": {
        "image": "ghcr.io/muchobien/pocketbase:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/pb_data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "PocketBase",
      "description": "port",
      "secret": false,
      "strategy": "default",
      "default": "8090"
    },
    {
      "key": "PB_HOST",
      "service": "PocketBase",
      "description": "host",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PB_ADMIN_EMAIL",
      "service": "PocketBase",
      "description": "admin's email",
      "secret": false,
      "strategy": "default",
      "default": "changeme@domain.tld"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "PocketBase",
      "description": "uid",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "PB_ADMIN_PASSWORD",
      "service": "PocketBase",
      "description": "password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pocketbase-regular-update"
      }
    },
    "cli": "railway deploy --template pocketbase-regular-update",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6d2560af-c393-4b3d-baca-e1393433d20a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "bb557be5-e3df-402d-948f-7cf80374dfbd": {
                  "icon": "https://templates.dokploy.com/blueprints/pocketbase/logo.svg",
                  "name": "PocketBase",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/muchobien/pocketbase:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "port",
                      "defaultValue": "8090"
                    },
                    "PB_HOST": {
                      "isOptional": false,
                      "description": "host",
                      "defaultValue": "0.0.0.0"
                    },
                    "PB_ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "admin's email",
                      "defaultValue": "changeme@domain.tld"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "uid",
                      "defaultValue": "0"
                    },
                    "PB_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "password",
                      "defaultValue": "{{PB_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "bb557be5-e3df-402d-948f-7cf80374dfbd": {
                      "mountPath": "/pb_data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-03T21:21:19.218Z",
  "generator_version": "0.1.0"
}
