gabrielsimmer.com/fly.toml

19 lines
452 B
TOML
Raw Normal View History

2023-07-19 22:10:49 +01:00
# 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
2023-07-21 09:14:17 +01:00
auto_stop_machines = false
2023-07-19 22:10:49 +01:00
auto_start_machines = true
processes = ["app"]
[mounts]
source = "litefs"
destination = "/var/lib/litefs"