Skip to content

banzera/heroku-buildpack-traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traefik Buildpack

This is a Heroku buildpack for bundling a compatible traefik binary with your environment.

Versions

  • Buildpack: 0.2
  • traefik: 1.7.9 by default

Usage

Add this buildpack to your Heroku application to install the traefik binary into the dynos:

$ heroku buildpacks:add https://github.com/banzera/heroku-buildpack-traefik.git

If you want to use a traefik version other than 1.7.9, set TRAEFIK_VERSION:

heroku config:set TRAEFIK_VERSION="1.7.8"

Clearing Repo Cache

Remember to clean your repository cache if you are updating the version of buildpack. To do that, run:

$ heroku plugins:install https://github.com/heroku/heroku-repo.git
$ heroku repo:purge_cache -a appname

Troubleshooting

If you run into issues when trying to deploy with this buildpack, make sure your app is running on cedar-14 or heroku-16. You can check this with:

$ heroku stack

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages