1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
app = "domus-preview"
primary_region = "sjc"

[build]
  dockerfile = "Dockerfile"

[http_service]
  internal_port = 9292
  force_https = true
  auto_stop_machines = true
  auto_start_machines = true
  min_machines_running = 0

[env]
  RACK_ENV = "production"