Add folders

This commit is contained in:
Dominic Ferrando
2025-09-03 19:20:59 -04:00
parent 032a6f67b4
commit 1219807557
20 changed files with 6981 additions and 3 deletions
+29
View File
@@ -0,0 +1,29 @@
# fly.toml app configuration file generated for blade-and-brawn on 2025-05-04T14:56:24-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'blade-and-brawn'
primary_region = 'ord'
[build]
[env]
PORT = '8080'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
[[mounts]]
source = "data"
destination = "/data"