Skip to content

Forward to a new hosting provider while migrating off of Heroku.

Notifications You must be signed in to change notification settings

awseward/hk-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hk-proxy

Forward to a new hosting provider while migrating off of Heroku.

Original motivation: awseward/call_status#171

Heroku setup

heroku create
heroku config:set FWD_TO='https://your-app.example.com'
heroku stack:set container
git push heroku main

Run locally

docker build -t hk-proxy .
docker run -it --rm \
  -p 5000:81 \
  -e PORT=81 \
  -e FWD_TO='https://your-app.example.com' \
  --name web \
  hk-proxy

About

Forward to a new hosting provider while migrating off of Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published