Add Platform.sh required files
This commit is contained in:
parent
0c1321fed5
commit
ab69190d8f
12 changed files with 379 additions and 6 deletions
10
.platform/routes.yaml
Normal file
10
.platform/routes.yaml
Normal 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
6
.platform/services.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
db:
|
||||
type: mariadb:10.4
|
||||
disk: 2048
|
||||
|
||||
cache:
|
||||
type: redis:6.0
|
Loading…
Add table
Add a link
Reference in a new issue