Skip to content

Heroku web application on Docker container for Sphinx documentation with BASIC auth

License

Notifications You must be signed in to change notification settings

shimizukawa/heroku-docker-sphinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx doc with Basic Authentication with Heroku on Docker container

How to use?

  1. put your documentation in /doc.
  2. testing:

    docker build -t webapp .
    docker run --rm -e BASIC_AUTH=heroku:docker -e PORT=8080-p 8080:8080 webapp
    curl http://localhost:8080/
  3. deploy onto heroku:

    heroku login
    heroku container:login
    heroku create
    heroku container:push web
    heroku container:release web
    heroku open

refs: https://devcenter.heroku.com/articles/container-registry-and-runtime

About

Heroku web application on Docker container for Sphinx documentation with BASIC auth

Topics

Resources

License

Stars

Watchers

Forks