EasyEngine/easyengine

Use single mustache template to generate docker-compose.yml

Open

#1,193 opened on Aug 28, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)PHP (1,984 stars) (429 forks)batch import
good first issue

Description

Currently both site-command and site-wp-command has a seperate docker-compose.yml. This makes making changes and keeping them consistent harder.

We need to keep only single docker-compose.yml in any one repo (preferably easyengine as we already need it for global docker-compose.yml). Whenever we need to generate docker-compose.yml, we'll use that template.

Contributor guide