fly-apps/drone/fly.toml

54 lines
1.1 KiB
TOML
Raw Normal View History

2022-10-20 00:10:33 +00:00
# fly.toml file generated for drone-mat-services on 2022-10-19T18:21:38-04:00
2022-10-19 05:18:30 +00:00
app = "drone-mat-services"
kill_signal = "SIGINT"
kill_timeout = 5
[processes]
2022-10-20 00:10:33 +00:00
runner = "/bin/drone-runner-docker"
server = "/bin/drone-server"
2022-10-19 05:18:30 +00:00
[env]
DRONE_GITEA_SERVER = "https://git.mat.services"
2022-10-20 00:10:33 +00:00
DRONE_JSONNET_ENABLED = "true"
DRONE_REGISTRATION_CLOSED = "true"
2022-10-19 05:18:30 +00:00
DRONE_RPC_PROTO = "http"
2022-10-23 16:18:39 +00:00
DRONE_RUNNER_CAPACITY = "1"
2022-10-20 00:10:33 +00:00
DRONE_SERVER_HOST = "build.mat.services"
DRONE_SERVER_PROTO = "https"
2022-10-19 05:18:30 +00:00
[experimental]
allowed_public_ports = []
auto_rollback = true
2022-10-20 00:10:33 +00:00
[mounts]
destination = "/data"
2022-10-19 05:18:30 +00:00
processes = ["server"]
2022-10-20 00:10:33 +00:00
source = "drone_data"
[[services]]
2022-10-19 05:18:30 +00:00
http_checks = []
2022-10-20 00:10:33 +00:00
internal_port = 80
processes = ["server"]
2022-10-19 05:18:30 +00:00
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"