mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
20 lines
323 B
TOML
20 lines
323 B
TOML
app = 'anubis-docs'
|
|
primary_region = 'yyz'
|
|
|
|
[build]
|
|
image = "ghcr.io/techarohq/anubis/docs:main"
|
|
|
|
[http_service]
|
|
internal_port = 80
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|
|
memory_mb = 256
|
|
|