minor changes

This commit is contained in:
Bhavnoor Singh Saroya 2025-08-25 14:23:55 -07:00
parent 909b29dfb5
commit af2e220116
30 changed files with 598 additions and 350 deletions

View file

@ -1,20 +1,23 @@
app = "gameboard-service-aged-glitter-8141"
primary_region = "sea"
# fly.toml app configuration file generated for gameboard-service on 2025-06-01T21:09:25-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
[env]
PORT = "3005"
app = 'gameboard-service'
primary_region = 'sea'
[build]
[http_service]
internal_port = 3005
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
internal_port = 3000
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 = '512mb'
cpu_kind = 'shared'
cpus = 1