8fffd87a4f
Fly CLI complains about the duplicate `mount` entry to `fly.toml`, failing the build ### Change Type - [x] `internal` — Any other changes that don't affect the published package
34 lines
555 B
TOML
34 lines
555 B
TOML
# fly.toml file generated for tldraw-repo-sync on 2023-04-25T14:25:01+01:00
|
|
app = "tldraw-repo-sync"
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = 5
|
|
primary_region = "lhr"
|
|
processes = []
|
|
|
|
[build]
|
|
|
|
[env]
|
|
PORT = "8080"
|
|
|
|
[mounts]
|
|
source = "git_store"
|
|
destination = "/tldraw_repo_sync_data"
|
|
|
|
[[services]]
|
|
internal_port = 8080
|
|
processes = ["app"]
|
|
protocol = "tcp"
|
|
|
|
[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
|