Skip to content

Instantly share code, notes, and snippets.

@falsecz
Last active August 29, 2015 14:11
Show Gist options
  • Save falsecz/05c0254b15019328d78f to your computer and use it in GitHub Desktop.
Save falsecz/05c0254b15019328d78f to your computer and use it in GitHub Desktop.
{
"name": "interlock",
"image": "ehazlett/interlock",
"version": "0.1",
"author": "ehazlett",
"description": "application router and load balancer",
"url": "https://github.com/ehazlett/interlock",
"config": {
"prompt_args": [
"-shipyard-url",
"-shipyard-service-key"
],
"cpus": 0.1,
"memory": 32,
"ports": [
{
"proto": "tcp",
"port": 7777,
"container_port": 8080
}
],
"deploy_per_engine": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment