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