Update fly.toml

This commit is contained in:
2025-09-11 02:32:20 -07:00
parent 30b1c3fba2
commit 0b174271fc

View File

@@ -1,13 +1,8 @@
app = "git-pr"
primary_region = "lax" primary_region = "lax"
[build] [build]
dockerfile = "Dockerfile" dockerfile = "Dockerfile"
[env]
GITEA__server__DOMAIN = "git-pr.fly.dev"
GITEA__server__ROOT_URL = "https://git-pr.fly.dev/"
[[mounts]] [[mounts]]
source = "gitea_data" source = "gitea_data"
destination = "/data" destination = "/data"
@@ -22,4 +17,3 @@ primary_region = "lax"
[[services.ports]] [[services.ports]]
handlers = ["tls", "http"] handlers = ["tls", "http"]
port = 443 port = 443