1
1

Update mainnet storage volume sizes.

This commit is contained in:
Derek Smith 2023-12-14 16:19:42 -05:00
parent f3ec53521d
commit 6f1f2df6dd
Signed by: farscapian
GPG Key ID: B443E530A14E1C90

View File

@ -48,11 +48,11 @@ elif [ "$BITCOIN_CHAIN" = mainnet ]; then
WWW_SSDATA_DISK_SIZE_GB=40
WWW_BACKUP_DISK_SIZE_GB=40
WWW_DOCKER_DISK_SIZE_GB=1000
WWW_DOCKER_DISK_SIZE_GB=50
BTCPAYSERVER_SSDATA_DISK_SIZE_GB=30
BTCPAYSERVER_BACKUP_DISK_SIZE_GB=30
BTCPAYSERVER_DOCKER_DISK_SIZE_GB=250
BTCPAYSERVER_DOCKER_DISK_SIZE_GB=300
fi