Add Platform.sh configuration
This commit is contained in:
2
.platform/routes.yaml
Normal file
2
.platform/routes.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
"https://{all}/": { type: upstream, upstream: "app:http" }
|
||||
"http://{all}/": { type: redirect, to: "https://{all}/" }
|
||||
6
.platform/services.yaml
Normal file
6
.platform/services.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
database:
|
||||
type: postgresql:16
|
||||
disk: 1024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user