EasyEngine/easyengine

Use single mustache template to generate docker-compose.yml

Open

#1,193 创建于 2018年8月28日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)PHP (429 fork)batch import
good first issue

仓库指标

Star
 (1,984 star)
PR 合并指标
 (平均合并 20天 14小时) (30 天内合并 7 个 PR)

描述

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.

贡献者指南