28 lines
448 B
TOML
28 lines
448 B
TOML
|
|
app = "dd0c-run"
|
||
|
|
primary_region = "iad"
|
||
|
|
|
||
|
|
[build]
|
||
|
|
dockerfile = "saas/Dockerfile"
|
||
|
|
|
||
|
|
[env]
|
||
|
|
NODE_ENV = "production"
|
||
|
|
PORT = "3000"
|
||
|
|
LOG_LEVEL = "info"
|
||
|
|
|
||
|
|
[http_service]
|
||
|
|
internal_port = 3000
|
||
|
|
force_https = true
|
||
|
|
auto_stop_machines = true
|
||
|
|
auto_start_machines = true
|
||
|
|
min_machines_running = 0
|
||
|
|
|
||
|
|
[http_service.concurrency]
|
||
|
|
type = "requests"
|
||
|
|
hard_limit = 100
|
||
|
|
soft_limit = 80
|
||
|
|
|
||
|
|
[[vm]]
|
||
|
|
cpu_kind = "shared"
|
||
|
|
cpus = 1
|
||
|
|
memory_mb = 256
|