From 9c5d132740458c748fa854a241502d1e97efab1e Mon Sep 17 00:00:00 2001 From: "Fly.io" Date: Wed, 8 Apr 2026 20:41:38 +0000 Subject: [PATCH 1/2] New files from Fly.io Launch --- fly.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 fly.toml diff --git a/fly.toml b/fly.toml new file mode 100644 index 0000000..d5c7836 --- /dev/null +++ b/fly.toml @@ -0,0 +1,23 @@ +# fly.toml app configuration file generated for teleplay on 2026-04-08T20:41:32Z +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = 'teleplay' +primary_region = 'ams' + +[build] + +[http_service] + internal_port = 8000 + force_https = true + auto_stop_machines = 'stop' + auto_start_machines = true + min_machines_running = 0 + processes = ['app'] + +[[vm]] + memory = '1gb' + cpu_kind = 'shared' + cpus = 1 + memory_mb = 1024 From 986fc283d878917e01d93134aec5b79f707370bf Mon Sep 17 00:00:00 2001 From: Daeky <91830825+daekydev@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:48:23 +0300 Subject: [PATCH 2/2] Update fly.toml --- fly.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fly.toml b/fly.toml index d5c7836..0ea24b7 100644 --- a/fly.toml +++ b/fly.toml @@ -7,6 +7,7 @@ app = 'teleplay' primary_region = 'ams' [build] +dockerfile = "Dockerfile" [http_service] internal_port = 8000