21 lines
436 B
TOML
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'
|