Sha256: 92da3287cb5ae623aa106f27468be7bf6312c30914c263e363f8cc5f8159751e
Contents?: true
Size: 776 Bytes
Versions: 50
Compression:
Stored size: 776 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" [[vm]] cpu_kind = "shared" cpus = 2 memory = "2gb" processes = ["web"] [[vm]] cpu_kind = "shared" cpus = 2 memory = "1gb" processes = ["worker"] [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
50 entries across 50 versions & 1 rubygems