Skip to content

Instantly share code, notes, and snippets.

@minyk
Created June 14, 2016 11:30
Show Gist options
  • Save minyk/eed08b557e12be78c15f712d9799b732 to your computer and use it in GitHub Desktop.
Save minyk/eed08b557e12be78c15f712d9799b732 to your computer and use it in GitHub Desktop.
marathon HUE config
{
"id": "/hue",
"cmd": null,
"cpus": 1,
"mem": 512,
"disk": 0,
"instances": 1,
"container": {
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "gethue/hue",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 8888,
"hostPort": 0,
"servicePort": 10007,
"protocol": "tcp",
"name": "hue",
"labels": {}
}
],
"privileged": false,
"parameters": [],
"forcePullImage": false
}
},
"labels": {
"DCOS_SERVICE_SCHEME": "http",
"DCOS_SERVICE_PORT_NUMBER": "8888",
"DCOS_SERVICE_NAME": "hue",
"DCOS_SERVICE_PORT_INDEX": "0",
"DCOS_PACKAGE_VERSION": "3.10.0",
"DCOS_PACKAGE_NAME": "hue",
"DCOS_PACKAGE_IS_FRAMEWORK": "false"
},
"portDefinitions": [
{
"port": 10007,
"protocol": "tcp",
"labels": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment