mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
test
This commit is contained in:
parent
586529a5ca
commit
5779114458
4 changed files with 90 additions and 0 deletions
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: 256
|
||||
Loading…
Add table
Add a link
Reference in a new issue