From f375e3a7323283c4687524a7d68108a7c9709501 Mon Sep 17 00:00:00 2001 From: "Fly.io" Date: Tue, 1 Jul 2025 09:30:31 +0000 Subject: [PATCH] New files from Fly.io Launch --- fly.toml | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/fly.toml b/fly.toml index 2e73adb..53516d5 100644 --- a/fly.toml +++ b/fly.toml @@ -1,27 +1,22 @@ -app = "timetrack" -primary_region = "iad" +# fly.toml app configuration file generated for timetrack-2whuug on 2025-07-01T09:27:14Z +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = 'timetrack-2whuug' +primary_region = 'fra' [build] -[env] - FLASK_APP = "app.py" - FLASK_ENV = "production" - [http_service] internal_port = 5000 force_https = true - auto_stop_machines = true + auto_stop_machines = 'stop' auto_start_machines = true min_machines_running = 0 - -[[mounts]] - source = "timetrack_data" - destination = "/app/instance" - -[processes] - app = "flask run --host=0.0.0.0" + processes = ['app'] [[vm]] - cpu_kind = "shared" + cpu_kind = 'shared' cpus = 1 - memory_mb = 256 \ No newline at end of file + memory_mb = 256