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
d5bfd8b88d
|
6 years ago | |
---|---|---|
conf.d | 7 years ago | |
docs | 7 years ago | |
mkdocs-material@ff95dcb846 | 7 years ago | |
www | 7 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 7 years ago | |
README.md | 6 years ago | |
docker-compose.yml | 7 years ago | |
mkdocs.yml | 7 years ago |
README.md
d-nginx-proxy
Get a simple container with nginx running as a reverse-proxy to run in front of some local service, e.g., a Python web server.
Incoming --> Nginx --> Flask
Requests d-nginx-proxy python
This repo contains the docker container for the nginx server.
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
Related Repositories
documentation: d-nginx-charlesreid1 container
source code on git.charlesreid1.com: d-nginx-charlesreid1
source code on github.com: charlesreid1-docker/d-nginx-charlesreid1