Just a simple example of how to set up nginx and PHP-FPM, with a "sandwich" of varnish and a forward nginx instance to serve static assets.
- docker-compose
- Make
A Brewfile is available to install all the requirements
brew bundle
make run
This will create a .env
file in the project root with sensible defaults, and then run docker-compose
to build and run the application.