diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 6904d1e..0000000 --- a/fly.toml +++ /dev/null @@ -1,30 +0,0 @@ -# fly.toml app configuration file generated for himbot on 2024-11-20T14:35:09-06:00 -# -# See https://fly.io/docs/reference/configuration/ for information about how to use this file. -# - -app = 'himbot' -primary_region = 'ord' - -[build] - -[[mounts]] -source = 'himbot_data' -destination = '/data' - -[http_service] -internal_port = 3000 -force_https = true -auto_stop_machines = 'stop' -auto_start_machines = true -min_machines_running = 1 -processes = ['app'] - -[[services]] -protocol = 'tcp' -internal_port = 3000 -min_machines_running = 1 -ports = [] - -[[vm]] -size = 'shared-cpu-1x'