working on implementing server.js
This commit is contained in:
parent
4ccc534f3d
commit
55b2398370
13 changed files with 2320 additions and 0 deletions
19
deployment-service/fly.toml
Normal file
19
deployment-service/fly.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
app = "deployment-service"
|
||||
primary_region = "sea"
|
||||
|
||||
[build]
|
||||
|
||||
[http_service]
|
||||
internal_port = 3006
|
||||
|
||||
[[services]]
|
||||
protocol = "tcp"
|
||||
internal_port = 3006
|
||||
|
||||
[[services.ports]]
|
||||
port = 443
|
||||
handlers = ["tls","http"]
|
||||
|
||||
[[services.ports]]
|
||||
port = 80
|
||||
handlers = ["http"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue