set up for deployment

This commit is contained in:
M1ngdaXie
2026-01-12 00:16:55 -08:00
parent 6b1ed8d11c
commit 819760662a
26 changed files with 568 additions and 13 deletions

22
backend/fly.toml Normal file
View File

@@ -0,0 +1,22 @@
# fly.toml app configuration file generated for docnest-backend-mingda on 2026-01-11T23:46:03-08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'docnest-backend-mingda'
primary_region = 'sjc'
[build]
[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'
cpus = 1
memory_mb = 1024