Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moul/docker-readthedocs

:whale: ReadTheDocs (RTD, read the docs) in docker
https://github.com/moul/docker-readthedocs

Last synced: about 2 months ago
JSON representation

:whale: ReadTheDocs (RTD, read the docs) in docker

Awesome Lists containing this project

README

        

# Readthedocs in Docker

A Docker container of Readthedocs (RTD).

## Usage

Run using docker-compose:

* start a readthedocs container + its dependencies (postgresql, elasticsearch and redis)

```console
$ docker-compose run --service-ports --rm readthedocs
# or
$ make run
```

---

Run in debug mode (bash) :

make debug-run
# or
docker run -it --rm --entrypoint=bash moul/readthedocs

## License

MIT