umami/.platform/services.yaml
2025-02-07 16:32:32 +01:00

11 lines
577 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: 9216
# disk: 4608