Sha256: 829dc264c10e539653217fae418bfe906eab0ffc3179b7f4a2661c8c58b151a6

Contents?: true

Size: 1.08 KB

Versions: 13

Compression:

Stored size: 1.08 KB

Contents

#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "plug-<%= plug_name %>-production"
primary_region = "iad"

[processes]
web = "/app/bin/rails server"
supervisor = "/app/bin/jobs"

[[vm]]
cpu_kind = "performance"
cpus = 2
memory = "4gb"
processes = ["web"]

[[vm]]
cpu_kind = "performance"
cpus = 1
memory = "2gb"
processes = ["supervisor"]

[[restart]]
policy = "always"
retries = 5
processes = ["supervisor"]

[[restart]]
policy = "on-failure"
retries = 5
processes = ["web"]

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
processes = ["web"]
[http_service.concurrency]
type = "requests"
soft_limit = 200
hard_limit = 250

[checks]
[checks.alive]
type = "http"
interval = "10s"
timeout = "2s"
grace_period = "5s"
method = "GET"
path = "/up"
protocol = "http"
tls_skip_verify = false
processes = ["web"]
[checks.alive.headers]
X-Forwarded-Proto = "https"

[[statics]]
guest_path = "/plug-<%= plug_name %>/public"
url_prefix = "/"

[deploy]
strategy = "bluegreen"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hephaestus-0.8.16.1 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.16 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.15.5 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.15.4 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.15.3 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.15.2 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.15.1 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.15 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.14 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.13 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.12.2 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.12.1 templates/vendor/fly/fly-production.toml.tt
hephaestus-0.8.12 templates/vendor/fly/fly-production.toml.tt