| 12345678910111213141516171819 |
- 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
|