Skip to content

Instantly share code, notes, and snippets.

@semprebon
Created July 23, 2015 20:34
Show Gist options
  • Select an option

  • Save semprebon/cc42d871301148e69937 to your computer and use it in GitHub Desktop.

Select an option

Save semprebon/cc42d871301148e69937 to your computer and use it in GitHub Desktop.
Service section of config.yml - not added show_process_data attribute
service:
- name: torquebox
description: Torquebox/Interlock
dependencies:
- "${INTERLOCK_HOME}/admin_app/examples/interlock-knob.yml"
- "${INTERLOCK_HOME}/admin_app/examples/https.jks"
- "${INTERLOCK_HOME}/admin_app/examples/standalone.xml"
restart: ${COMMAND_DIR}/restart_torquebox.sh ${ADMIN_APP_ROOT}/tmp/interlock-knob.yml
status: ${COMMAND_DIR}/status_torquebox.sh ${ADMIN_APP_ROOT}/tmp/interlock-knob.yml
async: true
show_process_data: true
configurable: true
- name: ms7broker
descripion: Broker
dependencies:
- "${INTERLOCK_HOME}/admin_app/examples/broker.properties"
configurable: true
show_process_data: true
- name: postgresql
description: PostgreSQL
- name: ms7admin
description: Interlock Admin App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment