prevent the site from sleeping

This commit is contained in:
Gregory Burd 2023-10-18 11:15:10 -04:00
parent db7c4e33de
commit c972c01bf6

View file

@ -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"