You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ferne/fly.stage.toml

37 lines
614 B
TOML

# fly.toml file generated for ferne-prod on 2021-09-21T17:17:36+02:00
app = "ferne-stage"
kill_signal = "SIGTERM"
kill_timeout = 5
[deploy]
release_command = "/app/bin/ferne eval Ferne.Release.migrate"
[env]
[build.args]
MIX_ENV = "staging"
[[services]]
internal_port = 4000
protocol = "tcp"
[services.concurrency]
hard_limit = 25
soft_limit = 20
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "30s"
interval = "15s"
restart_limit = 6
timeout = "2s"