File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -625,8 +625,9 @@ <h1>Blue/Green Deployments</h1>
625625near-zero downtime and easy rollback.</ p >
626626< p > < img alt ="Blue/Green " src ="../assets/bluegreen.png " /> </ p >
627627< h2 id ="1-adjust-the-compose-file "> 1. Adjust the Compose file</ h2 >
628- < p > Remove the Caddy < code > ports:</ code > section in < code > compose.yaml</ code > . Instead of exposing ports
629- in the stacks, a "front proxy" will expose ports and proxy to the active stack.</ p >
628+ < p > Remove the Caddy < code > ports:</ code > section in < code > compose.yaml</ code > . We'll no longer expose
629+ ports in the stacks – instead a simple "front proxy" will expose ports and
630+ proxy to the active stack.</ p >
630631< p > Set < code > CADDY_SITE_ADDRESS</ code > to only < code > :80</ code > (leaving TLS termination to the front
631632proxy):</ p >
632633< div class ="highlight "> < span class ="filename "> compose.yaml</ span > < pre > < span > </ span > < code > < span class ="nt "> caddy</ span > < span class ="p "> :</ span >
You can’t perform that action at this time.
0 commit comments