You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
333 B

name: craft-source
recipe: lamp
services:
appserver:
type: php:7.3
via: cli
xdebug: true
build:
- composer update
overrides:
environment:
# So xDebug will work from the command line
PHP_IDE_CONFIG: "serverName=craft-source.lndo.site"
database:
type: mysql
portforward: true