|
16 | 16 | <argument key="production">Magento\CloudDocker\Compose\ProductionBuilder</argument>
|
17 | 17 | </argument>
|
18 | 18 | </service>
|
| 19 | + <service id="Magento\CloudDocker\Compose\ProductionBuilder\ServicePool" autowire="false" /> |
| 20 | + <service id="productionBuilderPool" class="Magento\CloudDocker\Compose\ProductionBuilder\ServicePool" lazy="true"> |
| 21 | + <argument key="$services" type="collection"> |
| 22 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Database\Db" /> |
| 23 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Database\DbQuote" /> |
| 24 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Database\DbSales" /> |
| 25 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Redis" /> |
| 26 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\ElasticSearch" /> |
| 27 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Fpm" /> |
| 28 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Web" /> |
| 29 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Varnish" /> |
| 30 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Tls" /> |
| 31 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Selenium" /> |
| 32 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Test" /> |
| 33 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\FpmXdebug" /> |
| 34 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Generic" /> |
| 35 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Build" /> |
| 36 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Deploy" /> |
| 37 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\RabbitMq" /> |
| 38 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Node" /> |
| 39 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Mailhog" /> |
| 40 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Blackfire" /> |
| 41 | + <argument type="service" id="Magento\CloudDocker\Compose\ProductionBuilder\Service\Cron" /> |
| 42 | + </argument> |
| 43 | + </service> |
| 44 | + <service id="Magento\CloudDocker\Compose\ProductionBuilder" shared="false"> |
| 45 | + <argument key="$servicePool" type="service" id="productionBuilderPool"/> |
| 46 | + </service> |
19 | 47 | <service id="Magento\CloudDocker\Filesystem\DirectoryList" autowire="false"/>
|
20 | 48 | <service id="Magento\CloudDocker\Filesystem\FilesystemException" autowire="false"/>
|
21 | 49 | <service id="Magento\CloudDocker\Config\Source\SourceException" autowire="false"/>
|
22 | 50 | <service id="Magento\CloudDocker\Filesystem\FileNotFoundException" autowire="false"/>
|
23 | 51 | <service id="Magento\CloudDocker\App\ConfigurationMismatchException" autowire="false"/>
|
24 | 52 | <service id="Magento\CloudDocker\App\GenericException" autowire="false"/>
|
25 | 53 | <service id="Magento\CloudDocker\Compose\DeveloperBuilder" shared="false"/>
|
26 |
| - <service id="Magento\CloudDocker\Compose\ProductionBuilder" shared="false"/> |
27 | 54 | <service id="Magento\CloudDocker\Config\Config" autowire="false"/>
|
28 | 55 | <service id="Magento\CloudDocker\Config\Source\CliSource" autowire="false"/>
|
29 | 56 | <service id="Magento\CloudDocker\Config\Source\CustomSource" autowire="false"/>
|
|
0 commit comments