added gameboard
This commit is contained in:
parent
578e57ad7a
commit
93d278340e
2 changed files with 19 additions and 2 deletions
1
gameboard-service
Submodule
1
gameboard-service
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit df888019740b48a588a333e49b1473f10bc3b121
|
||||||
|
|
@ -1,9 +1,20 @@
|
||||||
# fly.toml app configuration file generated for snaketest on 2025-03-02T11:25:35-08:00
|
# fly.toml app configuration file generated for snaketest-wandering-moon-549 on 2025-04-17T12:33:55-07:00
|
||||||
#
|
#
|
||||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||||
#
|
#
|
||||||
|
|
||||||
app = 'snaketest'
|
app = 'snaketest-wandering-moon-549'
|
||||||
|
primary_region = 'sea'
|
||||||
|
|
||||||
|
[build]
|
||||||
|
|
||||||
|
[http_service]
|
||||||
|
internal_port = 8000
|
||||||
|
force_https = true
|
||||||
|
auto_stop_machines = 'stop'
|
||||||
|
auto_start_machines = true
|
||||||
|
min_machines_running = 0
|
||||||
|
processes = ['app']
|
||||||
|
|
||||||
[[services]]
|
[[services]]
|
||||||
protocol = 'tcp'
|
protocol = 'tcp'
|
||||||
|
|
@ -17,4 +28,9 @@ app = 'snaketest'
|
||||||
port = 80
|
port = 80
|
||||||
handlers = ['http']
|
handlers = ['http']
|
||||||
|
|
||||||
|
[[vm]]
|
||||||
|
memory = '1gb'
|
||||||
|
cpu_kind = 'shared'
|
||||||
|
cpus = 1
|
||||||
|
|
||||||
[[metrics]]
|
[[metrics]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue