Skip to content

tierrun/tier-run-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Official Tier.run Buildpack

This buildback installs and runs the Tier sidecar in Heroku dynos.

Install

$ heroku buildpacks:add https://github.com/tierrun/tier-run-buildpack

Environment

The below environment variables can be set using heroku config:set X=Y or via the Heroku dashboard.

  • STRIPE_API_KEY: The required Stripe key (live or test) to use. If a live key is used, the -live flag will be automatically passed to tier serve.
  • TIER_VERSION: The optional Tier sidecar version (default is 0.6.2)
  • TIER_ADDR: The optional address the sidecar will listen on (default is 127.0.0.1:8080)
  • TIER_RUN_DYNOS: An optional comma seperated list of process type names (e.g. "web") to run the sidecar in. If unset, all process types will run the sidecar.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages