1# fly.toml app configuration file generated for mast on 2025-02-23T00:18:31-08:00
2#
3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4#
5
6app = 'mast'
7primary_region = 'sea'
8
9[build]
10 dockerfile = "Dockerfile"
11 build-target = "frontend"
12
13[env]
14
15[http_service]
16 internal_port = 80
17 force_https = true
18 auto_stop_machines = true
19 auto_start_machines = true
20 min_machines_running = 0
21 processes = ['app']
22
23[[vm]]
24 memory = '1gb'
25 cpu_kind = 'shared'
26 cpus = 1