e4vc/fly.toml

15 lines
259 B
TOML
Raw Normal View History

2023-08-15 14:57:18 +03:00
#:schema https://json.schemastore.org/fly.json
app = "e4vc"
primary_region = "nrt"
[build]
image = "e4vc:latest"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0