Files
2024-06-03 01:38:29 -05:00

28 lines
555 B
TOML

# fly.toml app configuration file generated for captable on 2024-04-09T23:33:08-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'captable'
primary_region = 'lax'
[experimental]
allowed_public_ports = []
auto_rollback = true
# cmd = "./scripts/migrate.sh"
# entrypoint = "sh"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[deploy]
strategy = "canary"
[env]
NODE_ENV = "production"