fly.toml 409 B

1234567891011121314151617
  1. # fly.toml app configuration file generated for tsi-products on 2023-09-01T11:01:14-03:00
  2. #
  3. # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
  4. #
  5. app = "tsi-products"
  6. primary_region = "scl"
  7. [build]
  8. [http_service]
  9. internal_port = 8080
  10. force_https = true
  11. auto_stop_machines = true
  12. auto_start_machines = true
  13. min_machines_running = 0
  14. processes = ["app"]