summaryrefslogtreecommitdiff
path: root/proxy/fly.toml
blob: 97bf7b50fb3b8ef3c76e12b7c7e3309d8818cbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# fly.toml app configuration file generated for home-divine-bush-1861 on 2024-08-11T17:34:11+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'home-divine-bush-1861'
primary_region = 'lhr'

[build]

[http_service]
  internal_port = 8080
  force_https = true
  auto_stop_machines = 'stop'
  auto_start_machines = true
  min_machines_running = 0
  processes = ['app']

[[vm]]
  memory = '1gb'
  cpu_kind = 'shared'
  cpus = 1