From 5f9eb54180ad6a2915d99f102a46a2421833a716 Mon Sep 17 00:00:00 2001 From: AbdelrahmanElawady Date: Wed, 6 Sep 2023 20:14:15 +0300 Subject: [PATCH] Add section for how to run Varnish --- infrastructure/cdn-in-a-box/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infrastructure/cdn-in-a-box/README.md b/infrastructure/cdn-in-a-box/README.md index c6f29b0dfb..0eed1e889a 100644 --- a/infrastructure/cdn-in-a-box/README.md +++ b/infrastructure/cdn-in-a-box/README.md @@ -169,6 +169,13 @@ By default, `docker-compose.yml` does not expose ports to the host. This allows To expose the ports of each service on the host, add the `docker-compose.expose-ports.yml` file. For example, `docker-compose -f docker-compose.yml -f docker-compose.expose-ports.yml up`. +## Varnish + +By default, CDN-in-a-Box uses Apache Traffic Server as the cache server. + +To run CDN-in-a-Box with Varnish add the `docker-compose.varnish.yml` file. +For example, `docker-compose -f docker-compose.yml -f docker-compose.varnish.yml up` + ## Common Pitfalls ### Traffic Monitor is stuck waiting for a valid Snapshot