Files
countries/fly.toml
Trevor Blades 262ae08628 Add fly config
2022-02-16 22:58:52 -08:00

43 lines
785 B
TOML

# fly.toml file generated for empty-cherry-6843 on 2021-07-26T09:56:09-07:00
app = "empty-cherry-6843"
kill_signal = "SIGINT"
kill_timeout = 5
[build]
builder = "heroku/buildpacks:20"
[env]
PORT = 8080
APOLLO_GRAPH_REF = "Countries-gxmwa8@current"
APOLLO_SCHEMA_REPORTING = true
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
http_checks = []
internal_port = 8080
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 6
timeout = "2s"