fresh start
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
Bhavnoor Singh Saroya 2025-08-25 12:41:18 -07:00
parent c80ee1054b
commit c297ad6085
26 changed files with 4578 additions and 243 deletions

View file

@ -1,42 +1,22 @@
# fly.toml app configuration file generated for bytecamp-web on 2025-04-21T13:40:11-07:00
# fly.toml app configuration file generated for jank-frontend on 2025-05-31T17:45:21-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'bytecamp-web'
app = 'jank-frontend'
primary_region = 'sea'
[build]
[env]
PORT = '8080'
[http_service]
internal_port = 80
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[services]]
protocol = 'tcp'
internal_port = 8080
[[services.ports]]
port = 80
handlers = ['http']
[[services.ports]]
port = 443
handlers = ['tls', 'http']
[[services.tcp_checks]]
interval = '10s'
timeout = '2s'
grace_period = '5s'
internal_port = 8080
force_https = true
auto_stop_machines = 'off'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
memory = '1gb'
cpu_kind = 'shared'
cpus = 1