summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-23Split main proxy and acme containersMalfurious1-18/+19
Split the nginx-proxy and acme-companion services into separate git repositories, to ease the deployment of systems which won't (or can't) use the acme helper. This necessitates bringing back the user-defined network. All other containers (not just acme) interacting with the proxy will need to use it. Signed-off-by: Malfurious <m@lfurio.us>
2022-08-16Clean up docker-composeMalfurious1-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-14Initial version of docker-composeMalfurious1-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>