Delete fly.toml
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m30s

This commit is contained in:
2025-09-29 05:17:17 +00:00
parent 6955421fd7
commit 03a6ab295b

View File

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