Docker pod for charlesreid1.com site: Nginx + SSL. https://pages.charlesreid1.com/d-nginx-charlesreid1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Charles Reid 1911785da4 Merge branch 'env-friendly' 3 years ago
conf.d move templates, make jinja-env-approach-friendly 3 years ago
docs fix bullet item typo 6 years ago
mkdocs-material@b0c6890853 Update mkdocs-material for mkdocs 1.0 6 years ago
scripts correct a comment 5 years ago
www add unique hallo werld. 6 years ago
.gitignore move templates, make jinja-env-approach-friendly 3 years ago
.gitmodules adding mkdocs material submodule 6 years ago
README.md update readme 6 years ago
apply_templates.py update keyword in apply_templates script; update comment 5 years ago
docker-compose.yml fix conf.d binding 6 years ago
mkdocs.yml Update mkdocs.yml for mkdocs 1.0 6 years ago

README.md

d-nginx-charlesreid1

This repo contains docker containers and a docker compose file for running an nginx web server for static content on charlesreid1.com.

This repo is used in pod-charlesreid1.

The services are just:

  • nginx

If you want to do SSL you can, but you have to run Let's Encrypt outside of the container and bind-mount your certificates into the container at /etc/letsencrypt.

Pretty simple, right?

documentation: d-nginx-charlesreid1 container (you are here)

source code on git.charlesreid1.com: d-nginx-charlesreid1

source code on github.com: charlesreid1-docker/d-nginx-charlesreid1