1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-06 01:28:05 +03:00
lnav/crashd/fly.toml

27 lines
513 B
TOML
Raw Normal View History

2024-05-27 16:25:53 +03:00
# fly.toml app configuration file generated for crashd on 2024-05-24T15:13:43-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'crashd'
primary_region = 'sea'
[build]
[mounts]
source = "crash_logs"
destination = "/logs"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1