e4vc/fly.toml
2023-08-15 20:57:18 +09:00

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