himbot/fly.toml

31 lines
563 B
TOML
Raw Normal View History

2024-11-20 14:44:43 -06:00
# fly.toml app configuration file generated for himbot on 2024-11-20T14:35:09-06:00
2024-10-20 22:45:16 -06:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'himbot'
primary_region = 'ord'
[build]
2024-11-20 14:44:43 -06:00
[[mounts]]
2024-11-22 01:14:04 -06:00
source = 'himbot_data'
destination = '/data'
2024-11-20 14:44:43 -06:00
[http_service]
2024-11-22 01:14:04 -06:00
internal_port = 3000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1
processes = ['app']
2024-11-20 14:44:43 -06:00
2024-10-21 22:12:57 -06:00
[[services]]
2024-11-22 01:14:04 -06:00
protocol = 'tcp'
internal_port = 3000
min_machines_running = 1
ports = []
2024-10-20 22:45:16 -06:00
[[vm]]
2024-11-22 01:14:04 -06:00
size = 'shared-cpu-1x'