consolidation / site-process

A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.
Other
50 stars 19 forks source link

Add ability to run docker-compose with defined projects #37

Closed dungahk closed 5 years ago

dungahk commented 5 years ago

Overview

This pull request:

Q A
Bug fix? no
New feature? yes
Has tests? no
BC breaks? no
Deprecations? no

Summary

Added the option to use a project name for the Docker Compose Transport.

Description

Close drush-ops/drush#4012

sample yml file:

dev:
  root: /var/www/web
  uri: http://localhost
  docker:
    service: drupal
    project: portfolio
greg-1-anderson commented 5 years ago

Looks useful. Thanks for contributing this.