this repo has no description
1# fly.toml app configuration file generated for scrapscript on 2023-11-29T02:06:16-05:00
2#
3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4#
5
6app = "scrapscript"
7primary_region = "ewr"
8
9[build]
10build-target = "web"
11dockerfile = "util/Dockerfile"
12
13[http_service]
14 internal_port = 8000
15 force_https = true
16 auto_stop_machines = true
17 auto_start_machines = true
18 min_machines_running = 0
19 processes = ["app"]
20
21[[vm]]
22 cpu_kind = "shared"
23 cpus = 1
24 memory_mb = 256