diff --git a/fly.toml b/fly.toml new file mode 100644 index 0000000..9b91a20 --- /dev/null +++ b/fly.toml @@ -0,0 +1,16 @@ +app = "dockermirror-website" +build = { } +primary_region = "hkg" + +[http_service] +auto_start_machines = true +auto_stop_machines = true +force_https = true +internal_port = 3_000 +min_machines_running = 0 +processes = [ "app" ] + +[[vm]] +cpu_kind = "shared" +cpus = 1 +memory = "1gb"