mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +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).
|
# The size of the persistent disk of the application (in MB).
|
||||||
disk: 2048
|
disk: 2048
|
||||||
|
|
||||||
|
resources:
|
||||||
|
base_memory: 256
|
||||||
|
memory_ratio: 100
|
||||||
|
|
||||||
# The relationships of the application with services or other applications.
|
# 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
|
# The left-hand side is the name of the relationship as it will be exposed
|
||||||
|
|
@ -46,7 +50,6 @@ disk: 2048
|
||||||
relationships:
|
relationships:
|
||||||
postgresdatabase: 'dbpostgres:postgresql'
|
postgresdatabase: 'dbpostgres:postgresql'
|
||||||
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
commands:
|
commands:
|
||||||
start: 'yarn start'
|
start: 'yarn start'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue