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
|
3 years ago | |
---|---|---|
conf.d | 3 years ago | |
docs | 7 years ago | |
mkdocs-material@b0c6890853 | 6 years ago | |
scripts | 6 years ago | |
www | 7 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 7 years ago | |
README.md | 7 years ago | |
apply_templates.py | 6 years ago | |
docker-compose.yml | 7 years ago | |
mkdocs.yml | 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?
Links
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