hampbot/fly.toml

19 lines
424 B
TOML
Raw Permalink 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]
2024-08-30 15:37:26 -07:00
[build.args]
GO_VERSION = "1.23.0"
2023-08-19 15:49:57 -07:00
build-target = "runner"
[http_service]
2024-08-30 15:37:26 -07:00
auto_stop_machines = "stop"
2023-08-19 15:49:57 -07:00
auto_start_machines = true
min_machines_running = 1
processes = ["app"]