Commit Graph

9 Commits (567b5ef1729ac9cbf127ae5ae2686c1242626132)

Author SHA1 Message Date
Erriez 98933f9478 Optimize docs/Dockerfile
- Convert .rst to .html in temporary python:3.8-alpine3.14 build image
- Remove all unused packages
- Use nginx:1.21-alpine deployment image
Tim Möhlmann d94c8bce53
Docs: treat warnings as errors
Aurélien Bondis a053f90875 docs: user ARG to chose image, install python3 before running pip3
Tim Möhlmann c0645eadef
Remove healthcheck
Did not work correctly and prevents Traefik from serving the page.
Tim Möhlmann 81b24f61e8
Merge branch 'master' into feat-healthchecks
kaiyou 8fa80c1589 Support multiple docs versions
Thomas Sänger 39272ab05c
add healthcheck for http services
kaiyou 339b3c1b24 Build the documentation as a Docker image
kaiyou 5341ee4472 Add a Dockerfile for buliding the docs