1 min read

Make it easy to develop locally

Notes for local development from Matt Johnson
Make it easy to develop locally
Photo by Michał Kubalczyk / Unsplash
  • Separate modified varnish dockerfile for hacking dns resolution used by vmod dynamic
  • nginx dockerfile for mocking the https lb in front of varnish and backend varnish talks to
  • nginx template file used to configure varnish with all the mocked responses
  • Doc notes on setting up and running local docker containers and running test suite against it
Pieces and notes for local development by mttjohnson · Pull Request #7 · thechangelog/pipely
separate modified varnish dockerfile for hacking dns resolution used by vmod dynamic nginx dockerfile for mocking the https lb in front of varnish and backend varnish talks to nginx template file u…