Skip to content
Snippets Groups Projects
Select Git revision
  • 6bb57da0b30b3da4de2b3b304796b664e4985a8e
  • main default
2 results

tips.md

Blame
  • fly.toml NaN GiB
    # fly.toml app configuration file generated for wxvsrhsmnh on 2023-12-08T13:12:16-05:00
    #
    # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
    #
    
    app = "wxvsrhsmnh"
    primary_region = "ewr"
    
    [build]
    
    [http_service]
      internal_port = 3000
      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 = 1024