Skip to content

ziaArsalan/heroku-docker-nginx-example

 
 

Repository files navigation

heroku-docker-nginx-example

Barebones example of deploying the official nginx Docker image to Heroku. Serves an example html file at the root directory.

Try it now!

Fire up an nginx proxy on Heroku with a single click:

Deploy to Heroku

Manual deployment

You will need to create a Heroku account and install the Heroku CLI, eg. brew install heroku.

git clone git@github.com:rjoonas/heroku-docker-nginx-example.git
cd heroku-docker-nginx-example
heroku container:login
heroku create
heroku container:push web
heroku container:release web
heroku open

About

Barebones nginx installation on Heroku using Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 80.5%
  • HTML 19.5%