UNPKG

@fws/cli

Version:

This CLI is work in progress and it's meant to work together with other Forwardslash boilerplates. Please do not use it if you don't have access to other stuff.

30 lines (25 loc) 565 B
name: <%= projectName %> recipe: wordpress proxy: appserver: - <%= hostName %> config: xdebug: true services: phpmyadmin: type: phpmyadmin hosts: - database appserver: config: php: .lando/php.ini build: - cd /app/wp-content/themes/<%= themeName %> && composer install overrides: environment: PHP_IDE_CONFIG: "serverName=PHPSTORM" mailhog: type: mailhog portforward: false hogfrom: - appserver