Add Platform.sh required files

This commit is contained in:
Oliver Davies 2021-02-10 10:54:20 +00:00
parent 0c1321fed5
commit ab69190d8f
12 changed files with 379 additions and 6 deletions

10
.platform/routes.yaml Normal file
View file

@ -0,0 +1,10 @@
"https://{default}/":
type: upstream
upstream: "app:http"
cache:
enabled: true
cookies: ['/^SS?ESS/', '/^Drupal.visitor/']
"https://www.{default}/":
type: redirect
to: "https://{default}/"

6
.platform/services.yaml Normal file
View file

@ -0,0 +1,6 @@
db:
type: mariadb:10.4
disk: 2048
cache:
type: redis:6.0