modified snakeapi
This commit is contained in:
parent
55b2398370
commit
a3f0d83304
4 changed files with 49 additions and 20 deletions
17
deployment-service/snakeapi_service/fly.toml
Normal file
17
deployment-service/snakeapi_service/fly.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
app = ""
|
||||
kill_signal = "SIGINT"
|
||||
kill_timeout = 5
|
||||
|
||||
[build]
|
||||
dockerfile = "Dockerfile"
|
||||
|
||||
[env]
|
||||
PORT = "3006"
|
||||
|
||||
[[services]]
|
||||
internal_port = 3006
|
||||
protocol = "tcp"
|
||||
|
||||
[[services.ports]]
|
||||
handlers = ["http"]
|
||||
port = 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue