36 lines
698 B
TOML
36 lines
698 B
TOML
# fly.toml app configuration file generated for snaketest-wandering-moon-549 on 2025-04-17T12:33:55-07:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'snaketest-wandering-moon-549'
|
|
primary_region = 'sea'
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 8000
|
|
force_https = true
|
|
auto_stop_machines = 'stop'
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[services]]
|
|
protocol = 'tcp'
|
|
internal_port = 8000
|
|
|
|
[[services.ports]]
|
|
port = 443
|
|
handlers = ['tls', 'http']
|
|
|
|
[[services.ports]]
|
|
port = 80
|
|
handlers = ['http']
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|
|
|
|
[[metrics]]
|