mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
feat: double disk space and let resources take place automatically
This commit is contained in:
parent
029a7f2745
commit
60f6736b21
1 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue