mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
feat: add platformsh config
This commit is contained in:
parent
b006747a45
commit
f4025098e9
4 changed files with 102 additions and 0 deletions
7
.platform/routes.yaml
Normal file
7
.platform/routes.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"https://{default}/":
|
||||
type: upstream
|
||||
upstream: "app:http"
|
||||
|
||||
"https://www.{default}/":
|
||||
type: redirect
|
||||
to: "https://{default}/"
|
||||
10
.platform/services.yaml
Normal file
10
.platform/services.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# The name given to the PostgreSQL service (lowercase alphanumeric only).
|
||||
dbpostgres:
|
||||
# The type of your service (postgresql), which uses the format
|
||||
# 'type:version'. Be sure to consult the PostgreSQL documentation
|
||||
# (https://docs.platform.sh/add-services/postgresql.html#supported-versions)
|
||||
# when choosing a version. If you specify a version number which is not available,
|
||||
# the CLI will return an error.
|
||||
type: postgresql:15
|
||||
# The disk attribute is the size of the persistent disk (in MB) allocated to the service.
|
||||
disk: 2048
|
||||
Loading…
Add table
Add a link
Reference in a new issue