Update fly.toml

This commit is contained in:
2025-09-11 01:53:12 -07:00
parent 8ffd60bee4
commit 8bf0953af1

View File

@@ -12,13 +12,10 @@ primary_region = "lax"
source = "gitea_data"
destination = "/data"
[[services]]
[http_service]
internal_port = 3000
processes = ["app"]
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0