perse 0.1.1

Perse is a site-builder.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# fly.toml app configuration file generated for perse on 2023-09-16T12:43:21+10:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "perse"
primary_region = "syd"

[build]

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