16 lines
266 B
TOML
16 lines
266 B
TOML
app = 'jade-2-0'
|
|
primary_region = 'cdg'
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 8080
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
size = 'shared-cpu-1x'
|
|
memory = "256MB" |