Sha256: 1597e2733ac1f03c874ce2f73d87b7f0ffecbb7b9dd0aec4b8e2841d791be088

Contents?: true

Size: 638 Bytes

Versions: 3

Compression:

Stored size: 638 Bytes

Contents

app = "plug-app-staging"
primary_region = "iad"

[env]
RAILS_ENV = "plug-app-staging"
LD_PRELOAD_PATH = "/usr/lib/x86_64-linux-gnu/libjemalloc.so.2"

[processes]
web = "./bin/rails server"
worker = "bundle exec sidekiq"

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

[checks]
[checks.alive]
type = "tcp"
interval = "15s"
timeout = "2s"
grace_period = "5s"

[[statics]]
guest_path = "/plug-app/public"
url_prefix = "/"

[deploy]
strategy = "immediate"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hephaestus-0.5.1 templates/vendor/fly/fly-staging.toml
hephaestus-0.5.0 templates/vendor/fly/fly-staging.toml
hephaestus-0.4.0 templates/vendor/fly/fly-staging.toml