solana-bankingstage-dashboard/fly.toml

21 lines
460 B
TOML
Raw Normal View History

2023-06-12 09:07:55 -07:00
# fly.toml app configuration file generated for hello-fly-flask on 2023-06-12T17:22:20+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "hello-fly-flask"
primary_region = "ams"
[build]
builder = "paketobuildpacks/builder:base"
[env]
PORT = "8080"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0