diff --git a/fly.toml b/fly.toml index f523740..9c4b754 100644 --- a/fly.toml +++ b/fly.toml @@ -1,28 +1,23 @@ -app = "comet-server" -primary_region = "ewr" +# fly.toml app configuration file generated for comet-server on 2026-03-17T07:01:54Z +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# -[build] - dockerfile = "Dockerfile" +app = 'comet-server' +primary_region = 'iad' -[env] - PORT = "3000" - RELAY_URL = "wss://relay.comet.md" +[build] [http_service] internal_port = 3000 force_https = true - auto_stop_machines = "stop" + auto_stop_machines = 'stop' auto_start_machines = true min_machines_running = 0 - - [[http_service.checks]] - interval = "30s" - timeout = "5s" - grace_period = "10s" - method = "GET" - path = "/" + processes = ['app'] [[vm]] - memory = "1gb" - cpu_kind = "shared" + memory = '1gb' + cpu_kind = 'shared' cpus = 1 + memory_mb = 1024