summaryrefslogtreecommitdiffstats
path: root/fly.toml
blob: cefa5bd566b20a85126d0fb1485ac65659a521f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# https://fly.io/docs/reference/configuration

app = "peach"

kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "iad"


[env]
  PEACH_PHOTON_URL = "https://photon.komoot.io"

[http_service]
  internal_port = 8151
  force_https = true
  auto_stop_machines = "stop"
  auto_start_machines = true
  min_machines_running = 0

[[vm]]
  cpu_kind = "shared"
  cpus = 1
  memory_mb = 256