Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-16 | Clean up docker-compose | Malfurious | 1 | -38/+32 | |
Proxy containers are updated to use the images from the nginxproxy project. Extra bits of configuration are updated using the instructions from those repositories. The external 'net' network is removed, as all services will eventually be defined in this file. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2022-08-14 | Initial version of docker-compose | Malfurious | 1 | -0/+45 | |
Setup for a basic site hosting an HTTP reverse proxy with automated TLS certificate issuance via lets-encrypt. Content taken from https://linuxhandbook.com/nginx-reverse-proxy-docker/ Signed-off-by: Malfurious <m@lfurio.us> |