22 lines
512 B
TOML
22 lines
512 B
TOML
# fly.toml app configuration file generated for burd-infra-ghost on 2023-09-18T10:15:44-04:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = "burd-infra-ghost"
|
|
primary_region = "sea"
|
|
|
|
[build]
|
|
image = "ghost:5-alpine"
|
|
|
|
[http_service]
|
|
internal_port = 2368
|
|
force_https = true
|
|
auto_stop_machines = false
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ["app"]
|
|
|
|
[mounts]
|
|
source="ghost_data"
|
|
destination="/var/lib/ghost/content"
|