microservices/deployment-service/snakeapi_service/fly.toml

18 lines
209 B
TOML
Raw Normal View History

2025-04-29 11:40:06 -07:00
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