mirror of
https://github.com/jackmerrill/hampbot.git
synced 2025-02-23 19:27:12 -08:00
19 lines
423 B
TOML
19 lines
423 B
TOML
# 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.args]
|
|
GO_VERSION = "1.23.0"
|
|
build-target = "runner"
|
|
|
|
[http_service]
|
|
auto_stop_machines = false
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
processes = ["app"]
|