27 lines
514 B
TOML
27 lines
514 B
TOML
|
# fly.toml app configuration file generated for waifuwave on 2025-01-07T17:07:19-05:00
|
||
|
#
|
||
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||
|
#
|
||
|
|
||
|
app = 'waifuwave'
|
||
|
primary_region = 'ord'
|
||
|
vm.size = "l40s"
|
||
|
|
||
|
[build]
|
||
|
|
||
|
[http_service]
|
||
|
internal_port = 8080
|
||
|
force_https = true
|
||
|
auto_stop_machines = 'stop'
|
||
|
auto_start_machines = true
|
||
|
min_machines_running = 0
|
||
|
processes = ['app']
|
||
|
|
||
|
|
||
|
[[http_service.checks]]
|
||
|
grace_period = "10s"
|
||
|
interval = "5s"
|
||
|
method = "GET"
|
||
|
timeout = "5s"
|
||
|
path = "/"
|