Skip to content
SPONSORS

Varnish

Varnish Cache is a web application accelerator also known as a caching HTTP reverse proxy. You install it in front of any server that speaks HTTP and configure it to cache the contents.

You can easily add it to your Lando app by adding an entry to the services top-level config in your Landofile.

yaml
services:
  myservice:
    type: varnish
    backends:
      - appserver
    backend_port: 80

Supported versions

Patch versions

This service does not support patch versions but if you really need something like that, you could consider using either a custom compose service or a service overrides.