From 315a9e998b5a97dc122180eeb7bbf0cce37b6579 Mon Sep 17 00:00:00 2001 From: benjaminknecht Date: Sun, 12 Dec 2021 21:52:29 +0100 Subject: [PATCH] add lando --- .lando.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .lando.yml diff --git a/.lando.yml b/.lando.yml new file mode 100644 index 000000000..86c2cd698 --- /dev/null +++ b/.lando.yml @@ -0,0 +1,23 @@ +name: foundry + +proxy: + php: + - foundry.lndo.site + +services: + php: + type: php:8.0 + via: apache + webroot: public + ssl: true + xdebug: "debug" + build: + - composer self-update + - composer install + db: + type: mariadb:10.5.9 + portforward: 37002 + creds: + database: foundry_with_defaults + user: mariadb + password: mariadb