Skip to content

Instantly share code, notes, and snippets.

@luebken
Created January 23, 2015 15:18
Show Gist options
  • Select an option

  • Save luebken/2597e638e9f1a8fcde97 to your computer and use it in GitHub Desktop.

Select an option

Save luebken/2597e638e9f1a8fcde97 to your computer and use it in GitHub Desktop.
{
"app_name": "currentweather",
"services": [
{
"service_name": "currentweather-service",
"components": [
{
"component_name": "webserver",
"image": "registry.giantswarm.io/$username/currentweather:latest",
"ports": ["8080/tcp"],
"dependencies": [
{
"name": "redis",
"port": 6379
}
],
"domains": {
"currentweather-$username.gigantic.io": "8080"
}
},
{
"component_name": "redis",
"image": "redis",
"ports": ["6379/tcp"]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment