Skip to content

Instantly share code, notes, and snippets.

@tnsasse
Created February 23, 2016 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnsasse/49d2a252d0a888784921 to your computer and use it in GitHub Desktop.
Save tnsasse/49d2a252d0a888784921 to your computer and use it in GitHub Desktop.
applications:
- path: target/yourapp.war
memory: 512M
instances: 1
domain: mybluemix.net
name: yourapp
host: yourapp
disk_quota: 1024M
env:
JBP_CONFIG_IBMJDK: "version: 1.8.+"
JBP_CONFIG_LIBERTY: "app_archive: {features: [servlet-3.1, jaxrs-2.0]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment