sourcebot/fly.toml

28 lines
549 B
TOML
Raw Normal View History

2024-09-06 18:27:20 +00:00
# fly.toml app configuration file generated for sourcebot on 2024-09-06T11:03:58-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'sourcebot'
primary_region = 'sjc'
[build]
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = 'off'
auto_start_machines = false
2024-09-06 18:27:20 +00:00
min_machines_running = 0
processes = ['app']
[[vm]]
2024-09-29 20:27:02 +00:00
memory = '8gb'
2024-09-06 18:27:20 +00:00
cpu_kind = 'shared'
2024-09-29 20:27:02 +00:00
cpus = 4
2024-09-06 18:27:20 +00:00
[mounts]
source = "sourcebot_data"
destination = "/data"
2024-09-29 20:27:02 +00:00
initial_size = "60GB"