hampbot/fly.toml

19 lines
426 B
TOML
Raw Normal View History

2023-08-19 15:49:57 -07:00
# fly.toml app configuration file generated for hampbot on 2023-08-19T17:40:32-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "hampbot"
primary_region = "bos"
[build]
build-target = "runner"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
processes = ["app"]