Create fly.toml

This commit is contained in:
2025-12-29 19:27:03 -08:00
committed by GitHub
parent 1a7ed41d84
commit 23adfff632

11
fly.toml Normal file
View File

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