umami/.platform/services.yaml
Jan Kohlbach 5779114458 test
2023-05-31 11:30:02 +02:00

10 lines
559 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: 256