Sha256: 7950a83d75a11b75ebdbc5c7a582c5bf6c5f173330c475b5d581b342c000a755
Contents?: true
Size: 735 Bytes
Versions: 4
Compression:
Stored size: 735 Bytes
Contents
# # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = "plug-app-production" primary_region = "iad" [env] RAILS_ENV = "production" 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 = 1 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 = "bluegreen"
Version data entries
4 entries across 4 versions & 1 rubygems