feat: double disk space and let resources take place automatically

This commit is contained in:
Esteban 2024-10-02 10:38:53 +02:00
parent 029a7f2745
commit 60f6736b21

View file

@ -36,11 +36,12 @@ mounts:
source_path: uploads source_path: uploads
# The size of the persistent disk of the application (in MB). # The size of the persistent disk of the application (in MB).
disk: 2048 disk: 4096
resources: # Default resources will take place if we don't specify any.
base_memory: 256 # resources:
memory_ratio: 128 # base_memory: 256
# memory_ratio: 128
# The relationships of the application with services or other applications. # The relationships of the application with services or other applications.
# #