1
Fork 0
hare-playground/fly.toml

21 lines
436 B
TOML
Raw Normal View History

2024-05-24 23:17:00 +00:00
# fly.toml app configuration file generated for hare-exec on 2024-05-25T00:23:54+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'hare-exec'
primary_region = 'ams'
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
size = 'shared-cpu-1x'