This commit is contained in:
2023-10-17 14:56:49 -03:00
parent 055f441433
commit 28bd7341d9
5 changed files with 311 additions and 0 deletions

14
fly.toml Normal file
View File

@ -0,0 +1,14 @@
# fly.toml app configuration file generated for himbot on 2023-10-17T14:31:33-03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "himbot"
primary_region = "sea"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 0