Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shimizukawa/heroku-docker-sphinx

Heroku web application on Docker container for Sphinx documentation with BASIC auth
https://github.com/shimizukawa/heroku-docker-sphinx

docker heroku sphinx

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

====================================================================
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