{
  "manifest_version": "1.0.0",
  "template": {
    "id": "60e73703-6b9c-472f-b492-ebfaf209c623",
    "slug": "JEeFjP",
    "name": "Jupyter Container - Interactive Python",
    "description": "Python Jupyter Notebooks Server. Customizable Dockerfile! By Justin Mitchel",
    "url": "https://railway.com/deploy/JEeFjP",
    "upstream": {
      "repo_url": "https://github.com/jmitchel3/jupyter-container"
    }
  },
  "services": [
    {
      "name": "jupyter-container",
      "source": {
        "repo": "https://github.com/jmitchel3/jupyter-container"
      },
      "needs_volume": true,
      "volume_mount_path": "/notebooks/volume",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "jupyter-container",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8888"
    },
    {
      "key": "JUPYTER_IP",
      "service": "jupyter-container",
      "description": "Use `0.0.0.0` to allow public access. Use `::` to bind to the internal IPv6 Network.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "GITHUB_REPO",
      "service": "jupyter-container",
      "description": "Automatically pull a GitHub repo in your build process. Add the variable GITHUB_TOKEN with a GitHub Personal Access token for private repos",
      "secret": false,
      "strategy": "default",
      "default": "https://github.com/jmitchel3/jupyter-container"
    },
    {
      "key": "GITHUB_BRANCH",
      "service": "jupyter-container",
      "description": "Branch to pull for the GITHUB_REPO variable",
      "secret": false,
      "strategy": "default",
      "default": "main"
    },
    {
      "key": "NOTEBOOKS_DIR",
      "service": "jupyter-container",
      "description": "The location where your Jupyter server will start. Use this same location for the mounted volume for data persistence.",
      "secret": false,
      "strategy": "default",
      "default": "/notebooks"
    },
    {
      "key": "PY_REQUIREMENTS",
      "service": "jupyter-container",
      "description": "If you want the environment to have pre-installed Python packages.",
      "secret": false,
      "strategy": "default",
      "default": "langgraph,langchain,openai"
    },
    {
      "key": "JUPYTER_PASSWORD",
      "service": "jupyter-container",
      "description": "Add a super secret password. If it sucks, someone will probably hack this.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "VOLUME_MOUNT_PATH",
      "service": "jupyter-container",
      "description": "For persistent storage on railway, we need to ensure we have the correct permissions on our Jupyter Container server.",
      "secret": false,
      "strategy": "default",
      "default": "/notebooks/volume"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "JEeFjP"
      }
    },
    "cli": "railway deploy --template JEeFjP",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "60e73703-6b9c-472f-b492-ebfaf209c623",
            "serializedConfig": {
              "services": {
                "8eb1965a-773d-4f4a-89b9-c52c6d8d2c1b": {
                  "name": "jupyter-container",
                  "source": {
                    "repo": "jmitchel3/jupyter-container",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8888"
                    },
                    "JUPYTER_IP": {
                      "description": "Use `0.0.0.0` to allow public access. Use `::` to bind to the internal IPv6 Network.",
                      "defaultValue": "0.0.0.0"
                    },
                    "GITHUB_REPO": {
                      "description": "Automatically pull a GitHub repo in your build process. Add the variable GITHUB_TOKEN with a GitHub Personal Access token for private repos",
                      "defaultValue": "https://github.com/jmitchel3/jupyter-container"
                    },
                    "GITHUB_BRANCH": {
                      "description": "Branch to pull for the GITHUB_REPO variable",
                      "defaultValue": "main"
                    },
                    "NOTEBOOKS_DIR": {
                      "description": "The location where your Jupyter server will start. Use this same location for the mounted volume for data persistence.",
                      "defaultValue": "/notebooks"
                    },
                    "PY_REQUIREMENTS": {
                      "description": "If you want the environment to have pre-installed Python packages.",
                      "defaultValue": "langgraph,langchain,openai"
                    },
                    "JUPYTER_PASSWORD": {
                      "description": "Add a super secret password. If it sucks, someone will probably hack this.",
                      "defaultValue": "{{JUPYTER_PASSWORD}}"
                    },
                    "VOLUME_MOUNT_PATH": {
                      "isOptional": false,
                      "description": "For persistent storage on railway, we need to ensure we have the correct permissions on our Jupyter Container server.",
                      "defaultValue": "/notebooks/volume"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "8eb1965a-773d-4f4a-89b9-c52c6d8d2c1b": {
                      "mountPath": "/notebooks/volume"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T02:30:23.877Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_75a8d17a91bb426c950a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
