mirror of
https://codeberg.org/alicia/web-check.git
synced 2026-03-14 22:55:47 +01:00
17 lines
274 B
TOML
17 lines
274 B
TOML
app = 'web-check'
|
|
primary_region = 'lhr'
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 3000
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|