Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 654 Bytes

File metadata and controls

21 lines (11 loc) · 654 Bytes

## 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>