gitea-attachements-proxy/fly.toml

46 lines
835 B
TOML

# 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]
image = "garionion/gitea-attachements-proxy:latest"
[env]
GITEA_URL = "https://git.entr0py.de"
LOG_LEVEL = 0
[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"