14 lines
259 B
TOML
14 lines
259 B
TOML
#: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
|