c0d9f67a0edf2f61a2c931326f9eddd537cb3738
haproxy-letsencrypt-docker.md
| ... | ... | @@ -2,8 +2,9 @@ |
| 2 | 2 | <!-- SUBTITLE: This is 3 lines of bash when docker's not involved you know --> |
| 3 | 3 | |
| 4 | 4 | # What are we doing here? |
| 5 | -Let's set up [HAProxy](https://www.haproxy.org/) with some lovely free certs from [Let's Encrypt](https://letsencrypt.org/) via [certbot](https://certbot.eff.org/) for a couple of domains, each domain served from a different container. |
|
| 5 | +Let's set up [HAProxy](https://www.haproxy.org/) with some lovely free certs from [Let's Encrypt](https://letsencrypt.org/) via [certbot](https://certbot.eff.org/) for a couple of domains, each domain served from a different container, and all in docker. |
|
| 6 | 6 | |
| 7 | +The rules: |
|
| 7 | 8 | * Everything running in [docker](https://www.docker.com), and all tied together with [docker-compose](https://docs.docker.com/compose/). |
| 8 | 9 | * No k8s, no swarm, just one woman/man/other and one host/VM/other. Comfortable. Oldskool. |
| 9 | 10 | * We'll use [docker user-defined networks](https://docs.docker.com/v17.09/engine/userguide/networking/#user-defined-networks), because that's the Right Thing To Do here. |