modified gamebnoard toml and dockerfile

This commit is contained in:
yoshi 2025-05-07 11:43:44 -07:00
parent 9d1fc63464
commit d9b0f9dbb7
6 changed files with 1088 additions and 9 deletions

View file

@ -0,0 +1,20 @@
app = "gameboard-service-aged-glitter-8141"
primary_region = "sea"
[env]
PORT = "3005"
[build]
[http_service]
internal_port = 3005
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