gitea-attachements-proxy/fly.toml

44 lines
784 B
TOML
Raw Normal View History

# fly.toml file generated for gitea-attachements-proxy on 2022-03-10T22:31:32+01:00
app = "gitea-attachements-proxy"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[build]
2022-03-29 22:03:13 +02:00
image = "garionion/gitea-attachements-proxy:latest"
[env]
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 50
soft_limit = 40
type = "connections"
[[services.ports]]
handlers = ["http"]
port = 80
force_https = true
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"