Last active
November 21, 2016 20:53
-
-
Save Hylke1982/8a553db15d83be879ecbfe84e2f45645 to your computer and use it in GitHub Desktop.
redis platform gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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