mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 01:16:56 +00:00
allow to adjust all volume sizes
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7d36204397
commit
b6c3a777b0
9 changed files with 17 additions and 9 deletions
|
|
@ -34,3 +34,5 @@ STORAGE_CLASS: # By setting this, you can adjust the storage class for yo
|
|||
NEXTCLOUD_DATA_STORAGE_SIZE: 10Gi # You can change the size of Nextclouds Datadir with this value
|
||||
DATABASE_STORAGE_SIZE: 1Gi # You can change the size of the database volume with this value
|
||||
FULLTEXTSEARCH_STORAGE_SIZE: 1Gi # You can change the size of the fulltextsearch volume with this value
|
||||
DEFAULT_100M_STORAGE_SIZE: 100Mi # You can change the size of the remaining volumes that default to 100Mi with this value
|
||||
DEFAULT_1G_STORAGE_SIZE: 1Gi # You can change the size of the remaining volumes that default to 1Gi with this value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue