mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
10 lines
560 B
YAML
10 lines
560 B
YAML
# 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
|