mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
fix(app): increase space
This commit is contained in:
parent
f04b7ac9c4
commit
342e57e35d
1 changed files with 4 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue