Skip to content

Instantly share code, notes, and snippets.

@j1n6
Created November 8, 2014 17:23
Show Gist options
  • Save j1n6/0de50c1cf61c77ca4375 to your computer and use it in GitHub Desktop.
Save j1n6/0de50c1cf61c77ca4375 to your computer and use it in GitHub Desktop.
[supervisord]
nodaemon=true
loglevel=debug
[program:bamboo]
redirect_stderr=true
command=/bin/bash -c "MARATHON_ENDPOINT=${MARATHON_ENDPOINT}; BAMBOO_ENDPOINT=${BAMBOO_ENDPOINT}; BAMBOO_ZK_HOST=${BAMBOO_ZK_HOST}; BAMBOO_ZK_PATH=${BAMBOO_ZK_PATH}; /var/bamboo/bamboo -bind="${BIND-:8000}" -config=${CONFIG_PATH-:config/production.example.json}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment