microservices/deployment-service/fly.toml

20 lines
294 B
TOML
Raw Normal View History

2025-04-25 09:21:18 -07:00
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"]