Starting to build fly demo
This commit is contained in:
@@ -18,4 +18,4 @@ Create long-running jobs directly in your codebase with features like API integr
|
||||
|
||||
### _**Trigger.dev v2 is launching soon...**_
|
||||
|
||||
Visit the new landing page for [Trigger.dev v2](https://next.trigger.dev) and [sign up for early access.](https://bcymafitv0e.typeform.com/to/QQnotGJM#source=github)
|
||||
Visit the new landing page for [Trigger.dev v2](https://trigger.dev) and [sign up for early access.](https://bcymafitv0e.typeform.com/to/QQnotGJM#source=github)
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
# fly.toml app configuration file generated for trigger-v2-fly-demo on 2023-06-22T14:44:12+01:00
|
||||
#
|
||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||
#
|
||||
|
||||
app = "trigger-v2-fly-demo"
|
||||
primary_region = "lhr"
|
||||
|
||||
[build]
|
||||
image = "ghcr.io/triggerdotdev/trigger.dev:latest"
|
||||
|
||||
[http_service]
|
||||
internal_port = 3000
|
||||
force_https = true
|
||||
auto_stop_machines = true
|
||||
auto_start_machines = true
|
||||
min_machines_running = 0
|
||||
Reference in New Issue
Block a user