Skip to content

Commit

Permalink
NDS-1106 Add spec for MDF Forge Notebook (#76)
Browse files Browse the repository at this point in the history
* Add spec for MDF Forge Notebook

* Use ndslabs docker hub repo
  • Loading branch information
BenGalewsky authored and craig-willis committed Jan 19, 2018
1 parent 180a536 commit 701d5af
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions mdf/forge-notebook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"key": "forge",
"label": "Forge",
"description": "Materials Data Facility Forge",
"logo": "https://s3.amazonaws.com/ndslabs/ForgeIcon.png",
"image": {
"name": "ndslabs/forge-notebook",
"tags": [
"latest"
]
},
"display": "stack",
"access": "external",
"config": [
{
"name": "PASSWORD",
"value": "",
"label": "Password",
"isPassword": true,
"canOverride": false
}
],
"ports": [
{
"port": 8888,
"protocol": "http",
"contextPath": "/"
}
],
"repositories": [
{
"type": "git",
"url" : "https://github.com/jupyter/notebook"
}
],
"readinessProbe": {
"type": "http",
"path": "/static/base/images/favicon.ico",
"port": 8888,
"initialDelay": 5,
"timeout": 600
},
"volumeMounts": [
{
"mountPath": "/home/jovyan/work"
}
],
"resourceLimits": {
"cpuMax": 500,
"cpuDefault": 100,
"memMax": 1000,
"memDefault": 50
},
"developerEnvironment" : "cloud9nodejs",
"info" : "https://nationaldataservice.atlassian.net/wiki/display/NDSC/Jupyter+Notebooks",
"tags": ["7", "21", "20", "28"]
}

0 comments on commit 701d5af

Please sign in to comment.