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:
15
fly.toml
15
fly.toml
@@ -12,13 +12,10 @@ primary_region = "lax"
|
|||||||
source = "gitea_data"
|
source = "gitea_data"
|
||||||
destination = "/data"
|
destination = "/data"
|
||||||
|
|
||||||
[[services]]
|
[http_service]
|
||||||
internal_port = 3000
|
internal_port = 3000
|
||||||
processes = ["app"]
|
force_https = true
|
||||||
protocol = "tcp"
|
auto_stop_machines = true
|
||||||
[[services.ports]]
|
auto_start_machines = true
|
||||||
handlers = ["http"]
|
min_machines_running = 0
|
||||||
port = 80
|
|
||||||
[[services.ports]]
|
|
||||||
handlers = ["tls", "http"]
|
|
||||||
port = 443
|
|
||||||
|
|||||||
Reference in New Issue
Block a user