diff --git a/fly.toml b/fly.toml index c3bae4f..52b82a6 100644 --- a/fly.toml +++ b/fly.toml @@ -18,7 +18,7 @@ NODE_ENV = "production" [http_service] internal_port = 3000 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true min_machines_running = 1 processes = ['app'] diff --git a/src/app.ts b/src/app.ts index 24f62b3..88326ad 100644 --- a/src/app.ts +++ b/src/app.ts @@ -19,7 +19,7 @@ try { }); await server.listen({ - port: 8000, + port: 3000, }); if (config.BOT_MODE === "webhook") {