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