mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
27 lines
525 B
TOML
27 lines
525 B
TOML
|
|
# 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 = 'stop'
|
||
|
|
auto_start_machines = true
|
||
|
|
min_machines_running = 0
|
||
|
|
processes = ['app']
|
||
|
|
|
||
|
|
[[vm]]
|
||
|
|
memory = '1gb'
|
||
|
|
cpu_kind = 'shared'
|
||
|
|
cpus = 1
|
||
|
|
|
||
|
|
[mounts]
|
||
|
|
source = "sourcebot_data"
|
||
|
|
destination = "/data"
|