Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-23 | Split main proxy and acme containers | Malfurious | 1 | -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-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> |