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