Spaces:
Sleeping
Sleeping
File size: 393 Bytes
0fff343 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # Fly.io config for OncoDSL Lab. Change `app` to a unique name and
# `primary_region` to your nearest (run `flyctl platform regions` to list).
app = "oncodsl-lab"
primary_region = "lhr"
[build]
[http_service]
internal_port = 7860
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
[[vm]]
size = "shared-cpu-1x"
memory = "2048mb"
|