Add hoarding

This commit is contained in:
2024-11-01 16:34:32 -06:00
parent d9dfda60d8
commit d6390d365c
5 changed files with 61 additions and 1 deletions

View File

@@ -19,7 +19,16 @@ primary_region = 'den'
[[vm]]
size = 'shared-cpu-2x'
# [mounts]
# source = "usapi_data"
# destination = "/data"
# initial_size = "20gb"
# auto_extend_size_increment = "10gb"
# auto_extend_size_threshold = 80
# auto_extend_size_limit = "200gb"
[env]
DATA_ROOT_PATH = "/data"
FILE_DEFAULT_TTL = "600"
S3_ENDPOINT="s3.us-west-002.backblazeb2.com"
S3_PORT="443"