mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-13 16:07:55 +00:00
Update fly.toml
This commit is contained in:
6
fly.toml
6
fly.toml
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user