Skip to content

Instantly share code, notes, and snippets.

@natemurthy
Last active March 28, 2016 03:50
Show Gist options
  • Save natemurthy/1a3405961de71a57686c to your computer and use it in GitHub Desktop.
Save natemurthy/1a3405961de71a57686c to your computer and use it in GitHub Desktop.
{
"id": "python-app",
"cmd": "python3 -m http.server 8080",
"cpus": 0.5,
"mem": 32.0,
"container": {
"type": "DOCKER",
"docker": {
"image": "python:3",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 8080, "hostPort": 0 }
]
}
},
"healthChecks": [{
"protocol": "HTTP",
"portIndex": 0
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment