all repos — website @ 2038e626ef78f466d1d138cc3b48b6e522f4b0ed

My website

disable auto-sleep (fly will charge for stopped machines soon)

Alan Pearce
commit

2038e626ef78f466d1d138cc3b48b6e522f4b0ed

parent

f97814c2cdc8d34d5816afe7ed81c841ead84998

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M fly.tomlfly.toml
@@ -15,9 +15,9 @@
[http_service] internal_port = 3000 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true - min_machines_running = 1 + min_machines_running = 3 processes = ["app"] [http_service.http_options.response.headers] Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload"