drupalwxt / docker-scaffold

Docker Scaffold for Drupal WxT
4 stars 7 forks source link

Allow varnish to be toggle-able for appsvc #29

Closed smulvih2 closed 1 year ago

smulvih2 commented 1 year ago

I have a project using the 9.5.x branch and it has been deployed to Prod. The new builds are pulling the Varnish changes that were recently pushed to 9.5.x, which is breaking the site. Can we add an env variable to enable Varnish, so projects that don't want to use it can have this disabled? This PR is my idea, will test this now and report back.

smulvih2 commented 1 year ago

Just need to add --build-arg VARNISH=true to docker build to have varnish enabled.