Skip to content

Instantly share code, notes, and snippets.

@Hylke1982
Last active November 21, 2016 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hylke1982/8a553db15d83be879ecbfe84e2f45645 to your computer and use it in GitHub Desktop.
Save Hylke1982/8a553db15d83be879ecbfe84e2f45645 to your computer and use it in GitHub Desktop.
redis platform gist
{
"id": "redis",
"container": {
"docker": {
"image": "redis",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 6379,
"hostPort": 0,
"servicePort": 46379,
"protocol": "tcp"
}
]
},
"type": "DOCKER",
"volumes": [],
"privileged": true
},
"ports": [
46379
],
"args": [
],
"labels": {
"HAPROXY_GROUP": "external",
"HAPROXY_0_PORT": "6379"
},
"cpus": 0.2,
"mem": 64.0,
"instances": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment