Skip to content

Instantly share code, notes, and snippets.

@andrewortman
Created December 7, 2014 21:39
Show Gist options
  • Save andrewortman/8bd5fc284f6b313b6595 to your computer and use it in GitHub Desktop.
Save andrewortman/8bd5fc284f6b313b6595 to your computer and use it in GitHub Desktop.
{
"id": "redis",
"cpus": 1,
"mem": 256,
"instances": 3,
"container": {
"type": "DOCKER",
"docker": {
"image": "redis",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 6379,
"hostPort": 0,
"servicePort": 6379,
"protocol": "tcp"
}
]
}
},
"healthChecks": [
{
"protocol": "TCP",
"portIndex": 0,
"gracePeriodSeconds": 5,
"intervalSeconds": 20,
"maxConsecutiveFailures": 3
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment