Spaces:
Sleeping
Sleeping
| # fly.toml app configuration file generated for growthy-workflows on 2024-06-28T08:59:43+05:30 | |
| # | |
| # See https://fly.io/docs/reference/configuration/ for information about how to use this file. | |
| # | |
| app = "growthy-workflows" | |
| primary_region = "sin" | |
| [build] | |
| [http_service] | |
| internal_port = 8080 | |
| force_https = true | |
| auto_stop_machines = true | |
| auto_start_machines = true | |
| min_machines_running = 0 | |
| processes = ["app"] | |