The build files of an nginx:alpine mkdocs container that fetches from git.
Find a file
Luc 8d048e5094 README.md: update
Added building with Podman section.
2025-07-20 20:00:37 +02:00
monolang monolang/mkdocs-git: update 2025-07-20 19:59:02 +02:00
multilang multilang: update 2025-07-20 19:59:57 +02:00
LICENSE LICENSE: add 2025-07-20 13:48:09 +02:00
README.md README.md: update 2025-07-20 20:00:37 +02:00

Mkdocs-git

The build files of an nginx:alpine mkdocs container that fetches from git.

Building with Podman

The containerfile of either mkdocs-git or mkdocs-git-multilang can be build with podman by executing the following in the working directory (either mkdocs-git/monolang or mkdocs-git/multilang):

sh$ podman build --network=pasta -f mkdocs-git.containerfile -t mkdocs-git:latest

An mkdocs-git container may then be deployed by specifying the git repository URL in the GIT_REPO_URL environment variable and additionally for the multilang version the list of languages in the WIKI_LANG environment variable.