Delete fly.toml

This commit is contained in:
2025-09-11 12:02:40 -07:00
parent e5d015044e
commit 9c2076891c

View File

@@ -1,19 +0,0 @@
primary_region = "lax"
[build]
dockerfile = "Dockerfile"
[[mounts]]
source = "gitea_data"
destination = "/data"
[[services]]
internal_port = 3000
processes = ["app"]
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443