Skip to content

Instantly share code, notes, and snippets.

@dsugden
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save dsugden/480c6e5371737641bdc6 to your computer and use it in GitHub Desktop.

Select an option

Save dsugden/480c6e5371737641bdc6 to your computer and use it in GitHub Desktop.
version = "1.0.0"
name = "singlemicro"
system = "singlemicro-1.0.0"
nrOfCpus = 1.0
memory = 67108864
diskSpace = 5000000
roles = ["backend"]
components = {
"singlemicro-1.0.0" = {
description = "singlemicro"
file-system-type = "universal"
start-command = ["singlemicro-1.0.0/bin/singlemicro", "-J-Xms67108864", "-J-Xmx67108864"]
endpoints = {
"singlemicro" = {
bind-protocol = "http"
bind-port = 0
services = ["http:/singlemicro"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment