Source code for my personal quote bot project.
1app = "audquotes"
2primary_region = "mad"
3
4[[vm]]
5memory = "1gb"
6cpu_kind = "shared"
7cpus = 1
8
9[build]
10image = "registry.fly.io/audquotes:latest"
11
12[http_service]
13internal_port = 8080
14force_https = true
15auto_stop_machines = false
16auto_start_machines = true
17min_machines_running = 1
18processes = ["app"]