/boilr-docker-compose-php

Boilr template for generating `docker-compose.yml` files for `PHP` projects

## What is this?

Boilr is a tool for generating your projects boilerplate files. This template repository provides templates for generating docker-compose.yml for PHP projects.

These templates are configued based on MY personal opinion on how docker-compose works best for PHP projects

After the YAML files are generated, you may need to tweak slightly (Node entrypoint, etc)

Installation

### Install boilr

Download the latest binary from: https://github.com/tmrts/boilr/releases

Install this template

$ boilr template download rawkode/boilr-docker-compose-php dcphp

## Use this template

$ boilr template use dcphp <project name>