fix(app): increase space

This commit is contained in:
Jan Kohlbach 2024-01-29 11:02:06 +01:00
parent f04b7ac9c4
commit 342e57e35d

View file

@ -38,6 +38,10 @@ mounts:
# The size of the persistent disk of the application (in MB).
disk: 2048
resources:
base_memory: 256
memory_ratio: 100
# The relationships of the application with services or other applications.
#
# The left-hand side is the name of the relationship as it will be exposed
@ -46,7 +50,6 @@ disk: 2048
relationships:
postgresdatabase: 'dbpostgres:postgresql'
web:
commands:
start: 'yarn start'