fly.toml 323 B

12345678910111213141516171819
  1. app = 'anubis-docs'
  2. primary_region = 'yyz'
  3. [build]
  4. image = "ghcr.io/techarohq/anubis/docs:main"
  5. [http_service]
  6. internal_port = 80
  7. force_https = true
  8. auto_stop_machines = true
  9. auto_start_machines = true
  10. min_machines_running = 0
  11. processes = ['app']
  12. [[vm]]
  13. cpu_kind = 'shared'
  14. cpus = 1
  15. memory_mb = 256