1
Fork 0
hare-playground/fly.toml
2024-06-01 16:46:01 +02:00

21 lines
436 B
TOML

# 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'