23 lines
464 B
TOML
23 lines
464 B
TOML
|
# fly.toml app configuration file generated for track-my-app on 2025-01-26T23:38:07Z
|
||
|
#
|
||
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||
|
#
|
||
|
|
||
|
app = 'track-my-app'
|
||
|
primary_region = 'lhr'
|
||
|
|
||
|
[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
|