Sha256: 54b46176dce5c298bb1c98862e4f5e438852cda8696559297f6fc9153981bc34

Contents?: true

Size: 629 Bytes

Versions: 2

Compression:

Stored size: 629 Bytes

Contents

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

[env]
RAILS_ENV = "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

2 entries across 2 versions & 1 rubygems

Version Path
hephaestus-0.6.0 templates/vendor/fly/fly-staging.toml
hephaestus-0.5.2 templates/vendor/fly/fly-staging.toml