gabrielsimmer.com/fly.toml
Gabriel Simmer 154754cc31
All checks were successful
Fly Deploy / Deploy app (push) Successful in 1m45s
Add CI to Fly.io
2023-07-21 09:14:17 +01:00

19 lines
452 B
TOML

# fly.toml app configuration file generated for gabrielsimmerdotcom on 2023-07-19T21:27:38+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "gabrielsimmerdotcom"
primary_region = "lhr"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_start_machines = true
processes = ["app"]
[mounts]
source = "litefs"
destination = "/var/lib/litefs"