32 lines
730 B
TOML
32 lines
730 B
TOML
# fly.toml app configuration file generated for anonsubmit on 2025-04-03T18:42:03+02:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'anonsubmit'
|
|
# fly.io pricing is by region: https://fly.io/docs/about/pricing/#started-fly-machines
|
|
# 'arn' (Sweden) is the cheapest EU region
|
|
primary_region = 'arn'
|
|
|
|
[build]
|
|
|
|
[env]
|
|
BEHIND_PROXY = 'true'
|
|
|
|
[http_service]
|
|
internal_port = 5000
|
|
force_https = true
|
|
auto_stop_machines = 'suspend'
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
processes = ['app']
|
|
|
|
[[http_service.checks]]
|
|
interval = '30s'
|
|
timeout = '5s'
|
|
grace_period = '10s'
|
|
method = 'GET'
|
|
path = '/'
|
|
|
|
[[vm]]
|
|
size = 'shared-cpu-1x'
|