12 lines
560 B
YAML
12 lines
560 B
YAML
# The name given to the PostgreSQL service (lowercase alphanumeric only).
|
|
postgresql:
|
|
# 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:17
|
|
# The disk attribute is the size of the persistent disk (in MB) allocated to the service.
|
|
disk: 256
|
|
|