all repos — archive/homestead @ a9f9c066c69f3312946cf18834ea86bd51db23fb

My future indieweb platform

fly.toml (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# fly.toml app configuration file generated for homestead on 2023-09-14T11:40:37+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "homestead"
primary_region = "ams"

[build]

[metrics]
  port = 9091
  path = "/metrics"

[http_service]
  internal_port = 3000
  force_https = true
  auto_stop_machines = true
  auto_start_machines = true
  min_machines_running = 0
  processes = ["app"]