2023-10-19 00:58:00 -06:00
|
|
|
# fly.toml app configuration file generated for himbot on 2023-10-19T18:34:44-03:00
|
2023-10-17 14:56:49 -03:00
|
|
|
#
|
|
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
|
|
#
|
|
|
|
|
|
|
|
app = "himbot"
|
|
|
|
primary_region = "sea"
|
2023-11-19 17:08:26 -07:00
|
|
|
swap_size_mb = 512
|
2023-12-06 14:53:50 -07:00
|
|
|
|
|
|
|
[http_service]
|
|
|
|
internal_port = 3000
|
|
|
|
auto_stop_machines = true
|
|
|
|
auto_start_machines = true
|
|
|
|
min_machines_running = 1
|
|
|
|
processes = ["app"]
|