Skip to content

Instantly share code, notes, and snippets.

@edwardcallahan
Created October 10, 2016 19:56
Show Gist options
  • Save edwardcallahan/fce18e16b9ae806bc92da94981b39c9b to your computer and use it in GitHub Desktop.
Save edwardcallahan/fce18e16b9ae806bc92da94981b39c9b to your computer and use it in GitHub Desktop.
1.1.x Visualizer Bundle.conf
version = "1"
name = "visualizer"
compatibilityVersion = "1.1"
system = "visualizer"
systemVersion = "1.1"
nrOfCpus = 1.0
memory = 67108864
diskSpace = 35000000
roles = ["web"]
components = {
visualizer = {
description = "visualizer"
file-system-type = "universal"
start-command = ["visualizer/bin/visualizer", "-J-Xms134217728", "-J-Xmx134217728", "-Dhttp.address=$WEB_BIND_IP", "-Dhttp.port=$WEB_BIND_PORT"]
endpoints = {
"web" = {
bind-protocol = "http"
bind-port = 0
services = ["http://:9999"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment