Sha256: dc8b854a969ae837787265ec942f44508554b10b4cea38987460d3dc4d21ff34

Contents?: true

Size: 661 Bytes

Versions: 3

Compression:

Stored size: 661 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 = "/"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hephaestus-0.3.1 templates/vendor/fly/fly-staging.toml
hephaestus-0.2.3 templates/vendor/fly/fly-staging.toml
hephaestus-0.2.2 templates/vendor/fly/fly-staging.toml