From 36cec02d05bc27c2764e995273a770ac51800bce Mon Sep 17 00:00:00 2001 From: JB Christy Date: Mon, 14 May 2018 15:36:00 -0700 Subject: [PATCH 1/2] workaround for issue with lando db --- .lando.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lando.yml b/.lando.yml index 03fabf6d6..23da09885 100644 --- a/.lando.yml +++ b/.lando.yml @@ -6,6 +6,8 @@ config: services: appserver: ssl: true + database: + type: mysql:5.7 tooling: git: service: appserver From 80ea31c59f03e288e276b9d755fb54eb7a5cd2ae Mon Sep 17 00:00:00 2001 From: Sherakama Date: Thu, 17 May 2018 10:01:35 -0700 Subject: [PATCH 2/2] #118: Remove LAMP and DB not needed. (#119) --- .lando.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.lando.yml b/.lando.yml index 23da09885..067867ba6 100644 --- a/.lando.yml +++ b/.lando.yml @@ -1,13 +1,20 @@ name: decanter -recipe: lamp -config: - webroot: styleguide - php: '7.1' +proxy: + appserver: + - decanter.sws + - decanter.loc + - decanter.lndo.site +# Spin up services to run the styleguide services: + # Create a php 7.1 instance served by the latest apache with https turned on appserver: + type: php:7.1 + via: apache ssl: true - database: - type: mysql:5.7 + webroot: styleguide +# Add some nice command routing tooling: + php: + service: appserver git: service: appserver