Files
PostConvert/fly.toml
2025-12-29 19:27:03 -08:00

12 lines
201 B
TOML

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