Created
July 23, 2015 20:34
-
-
Save semprebon/cc42d871301148e69937 to your computer and use it in GitHub Desktop.
Service section of config.yml - not added show_process_data attribute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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