Starting to build fly demo

This commit is contained in:
Eric Allam
2023-06-22 15:03:13 +01:00
parent 1ba372e2c3
commit 4cd71decbc
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -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)
+17
View File
@@ -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