Delete fly.toml
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m30s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m30s
This commit is contained in:
30
fly.toml
30
fly.toml
@@ -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'
|
|
||||||
Reference in New Issue
Block a user