Sha256: 68cfbf658635176266c5747a4bfa5618b010ed62ef6c0b91cc187ff7ceea6b75

Contents?: true

Size: 496 Bytes

Versions: 16

Compression:

Stored size: 496 Bytes

Contents

---
applications:
- name: <%= app_name %>-((env))
  buildpacks:
    - nodejs_buildpack
    - ruby_buildpack
  env:
    RAILS_MASTER_KEY: ((rails_master_key))
    RAILS_ENV: ((env))
    RAILS_LOG_TO_STDOUT: true
    RAILS_SERVE_STATIC_FILES: true
  processes:
  - type: web
    instances: ((web_instances))
    memory: ((web_memory))
    command: bundle exec rake cf:on_first_instance db:migrate && bundle exec rails s -b 0.0.0.0 -p $PORT -e $RAILS_ENV
  services:
  - <%= app_name %>-rds-((env))

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rails_template_18f-1.0.0 templates/manifest.yml.tt
rails_template_18f-0.8.2 templates/manifest.yml.tt
rails_template_18f-0.8.1 templates/manifest.yml.tt
rails_template_18f-0.8.0 templates/manifest.yml.tt
rails_template_18f-0.7.2 templates/manifest.yml.tt
rails_template_18f-0.7.1 templates/manifest.yml.tt
rails_template_18f-0.7.0 templates/manifest.yml.tt
rails_template_18f-0.6.0 templates/manifest.yml.tt
rails_template_18f-0.5.3 templates/manifest.yml.tt
rails_template_18f-0.5.2 templates/manifest.yml.tt
rails_template_18f-0.5.1 templates/manifest.yml.tt
rails_template_18f-0.5.0 templates/manifest.yml.tt
rails_template_18f-0.4.1 templates/manifest.yml.tt
rails_template_18f-0.4.0 templates/manifest.yml.tt
rails_template_18f-0.3.0 templates/manifest.yml.tt
rails_template_18f-0.2.0 templates/manifest.yml.tt