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