From c972c01bf617fd160ddae83a21c0dec3c5dc3af8 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Wed, 18 Oct 2023 11:15:10 -0400 Subject: [PATCH] prevent the site from sleeping --- burd.me/fly.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/burd.me/fly.toml b/burd.me/fly.toml index 2dcdf20..72b58ef 100644 --- a/burd.me/fly.toml +++ b/burd.me/fly.toml @@ -12,10 +12,11 @@ primary_region = "sea" [http_service] internal_port = 2368 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true min_machines_running = 0 processes = ["app"] + [mounts] source="ghost_data" destination="/var/lib/ghost/content"