diff --git a/fly.toml b/fly.toml new file mode 100644 index 0000000..3250794 --- /dev/null +++ b/fly.toml @@ -0,0 +1,11 @@ +app = "postconvert" + +[build] + dockerfile = "Dockerfile" + +[http_service] + internal_port = 8080 + force_https = true + auto_start_machines = true + auto_stop_machines = true + min_machines_running = 0