modified gamebnoard toml and dockerfile
This commit is contained in:
parent
9d1fc63464
commit
d9b0f9dbb7
6 changed files with 1088 additions and 9 deletions
20
gameboard-service/fly.toml
Normal file
20
gameboard-service/fly.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue