|
|
|
|
|
by roncesvalles
1319 days ago
|
|
There is another value add - being able to use self-signed certs and therefore not have to worry about renewals. Last I checked (~12 months ago), there still isn't a good story for doing automated SSL renewals if your application is completely containerized. |
|
echo "example.com \n reverse_proxy localhost:8000" > Caddyfile; docker run caddy --net host -v $PWD:/config caddy run
It's slightly more complicated if you need redundancy, but not by much.