Skip to content

Instantly share code, notes, and snippets.

@0sc
Created September 11, 2016 18:10
Show Gist options
  • Save 0sc/9e553183894333032917bece5c7faeec to your computer and use it in GitHub Desktop.
Save 0sc/9e553183894333032917bece5c7faeec to your computer and use it in GitHub Desktop.
bluemix tutorial sample manifest.yml file
applications:
- path: .
memory: 256M
instances: 1
domain: eu-gb.mybluemix.net
name: bluemix-blog
host: bluemix-blog
disk_quota: 1024M
command: rake db:migrate && bin/rails server -p $PORT -e $RAILS_ENV
services:
- performance-monitoring-auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment